[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Ritvvij
Me neither On Aug 16, 12:32 pm, johan pretorius johan.pretor...@gmail.com wrote: Doug: The first step our operations team must take will likely cause API downtime, especially affecting OAuth. We apologize for the inconvenience and we will work quickly to reduce the impact to the API. We

[twitter-dev] Re: Oauth timeout?

2009-08-16 Thread Ritvvij
1. Read http://groups.google.com/group/twitter-development-talk/browse_thread/thread/4655448e637baa81 2. Wait On Aug 16, 5:52 pm, benn bno...@gmail.com wrote: Hi guys, I'm still getting oauth timeout issues (on twitters side). Repro steps in safari 3.1: 1. go to twitterplaces.com 2.

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Ritvvij
Oauth integration started working for me. On Aug 16, 7:51 pm, goodtest goodtest...@gmail.com wrote: I agree. Its hard to convince people to use twitter API if it goes down for days and that too this frequently :( On Aug 16, 4:35 pm, Dewald Pretorius dpr...@gmail.com wrote: From my side,

[twitter-dev] call back issues

2009-08-15 Thread Ritvvij
Hi, development env: ruby on rails oauth: 0.3.5 gem used: twitter_oauth My code to call twitter is client = TwitterOAuth::Client.new( :consumer_key = Attribute::CONSUMER_KEY, :consumer_secret = Attribute::CONSUMER_SECRET) request_token = client.request_token(:oauth_callback =

[twitter-dev] Re: Platform downtime is expected

2009-08-15 Thread Ritvvij
Hi could this be the reason why? On clicking authenticate user, my application moves to twitter. When the user presses APPROVE, it waits like forever and then goes to a blank page with url as http://twitter.com/oauth/authorize instead of my call back URL. ?? Please advise. Till last night my

[twitter-dev] Re: call back issues

2009-08-15 Thread Ritvvij
Someone please assist. On Aug 15, 3:54 pm, Ritvvij ritvi...@gmail.com wrote: can someone please help?? On Aug 15, 3:19 pm, Ritvvij ritvi...@gmail.com wrote: Hi, development env: ruby on rails oauth: 0.3.5 gem used: twitter_oauth My code to call twitter is client

[twitter-dev] How to get consumer and secret key

2009-07-22 Thread Ritvvij
Hi, I want to integrate my ruby on rails website with twitter. For all the tutorials I have gone through they require me to use oauth Oauth requires a consumer key and secret key from twitter.com (http:// twitter.com/oauth_clients/new) However, my project is still in development phase

[twitter-dev] Re: How to get consumer and secret key

2009-07-22 Thread Ritvvij
what is OOB (pin) flow? Sorry for the dumb questions am new to this On Jul 22, 4:40 pm, JDG ghil...@gmail.com wrote: you could get a key and use the OOB (pin) flow. On Wed, Jul 22, 2009 at 15:20, Ritvvij ritvi...@gmail.com wrote: Hi, I want to integrate my ruby on rails website

[twitter-dev] Re: How to get consumer and secret key

2009-07-22 Thread Ritvvij
Can someone please help? I want to start development but oauth requires the consumer token and secret key as basic things to start. And I dont have 'em. Still operating on localhost. Can you please be very exact when you mention how to (am a newbie) On Jul 22, 5:46 pm, Ritvvij ritvi...@gmail.com