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

2009-07-22 Thread JDG
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 with twitter. For all the tutorials I have gone through they require me to use oauth Oauth requires a consumer key and secret

[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 with

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

2009-07-22 Thread Abraham Williams
You will want to set oauth_callback when you get a request token. Check out OAuth 1.0a in the Twitter API docs. You can set it to be localhost. On Wed, Jul 22, 2009 at 16:47, Ritvvij ritvi...@gmail.com wrote: what is OOB (pin) flow? Sorry for the dumb questions am new to this On Jul 22, 4:40

[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

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

2009-07-22 Thread Andrew Badera
RTFM On Wed, Jul 22, 2009 at 10:26 PM, Ritvvij ritvi...@gmail.com wrote: 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

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

2009-07-22 Thread Abraham Williams
You get them after you create the link on the page you linked to in your first email. For a callback url put http://google.com. When you get request tokens make sure you add an oauth_callback parameter that is set to your localhost based on these instructions: