[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 key from twitter.com (http://
 twitter.com/oauth_clients/new)
 However, my project is still in development phase (localhost) and I am
 coding locally
 In order to register, I need things like Callback URL, Application
 Website:, etc. I dont have these yet.

 HOW DO I GET A CONSUMER KEY AND SECRET KEY?

 Please advise.




-- 
Internets. Serious business.


[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.
  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 (localhost) and I am
  coding locally
  In order to register, I need things like Callback URL, Application
  Website:, etc. I dont have these yet.

  HOW DO I GET A CONSUMER KEY AND SECRET KEY?

  Please advise.

 --
 Internets. Serious business.


[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 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.
   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 (localhost) and I am
   coding locally
   In order to register, I need things like Callback URL, Application
   Website:, etc. I dont have these yet.
 
   HOW DO I GET A CONSUMER KEY AND SECRET KEY?
 
   Please advise.
 
  --
  Internets. Serious business.




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.
Sent from Madison, WI, United States


[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 wrote:
 Still cant find it :(

 On Jul 22, 4:56 pm, Abraham Williams 4bra...@gmail.com wrote:

  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 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.
 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 (localhost) and I am
 coding locally
 In order to register, I need things like Callback URL, Application
 Website:, etc. I dont have these yet.

 HOW DO I GET A CONSUMER KEY AND SECRET KEY?

 Please advise.

--
Internets. Serious business.

  --
  Abraham Williams | Community Evangelist |http://web608.org
  Hacker |http://abrah.am|http://twitter.com/abraham
  Project |http://fireeagle.labs.poseurtech.com
  This email is: [ ] blogable [x] ask first [ ] private.
  Sent from Madison, WI, United States


[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 you mention how to (am a newbie)

 On Jul 22, 5:46 pm, Ritvvij ritvi...@gmail.com wrote:
  Still cant find it :(
 
  On Jul 22, 4:56 pm, Abraham Williams 4bra...@gmail.com wrote:
 
   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 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.
  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 (localhost) and
 I am
  coding locally
  In order to register, I need things like Callback URL,
 Application
  Website:, etc. I dont have these yet.
 
  HOW DO I GET A CONSUMER KEY AND SECRET KEY?
 
  Please advise.
 
 --
 Internets. Serious business.
 
   --
   Abraham Williams | Community Evangelist |http://web608.org
   Hacker |http://abrah.am|http://twitter.com/abraham
   Project |http://fireeagle.labs.poseurtech.com
   This email is: [ ] blogable [x] ask first [ ] private.
   Sent from Madison, WI, United States



[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:
http://groups.google.com/group/twitter-api-announce/browse_frm/thread/472500cfe9e7cdb9?hl=enpli=1

On Wed, Jul 22, 2009 at 21:26, 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 you mention how to (am a newbie)

 On Jul 22, 5:46 pm, Ritvvij ritvi...@gmail.com wrote:
  Still cant find it :(
 
  On Jul 22, 4:56 pm, Abraham Williams 4bra...@gmail.com wrote:
 
   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 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.
  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 (localhost) and
 I am
  coding locally
  In order to register, I need things like Callback URL,
 Application
  Website:, etc. I dont have these yet.
 
  HOW DO I GET A CONSUMER KEY AND SECRET KEY?
 
  Please advise.
 
 --
 Internets. Serious business.
 
   --
   Abraham Williams | Community Evangelist |http://web608.org
   Hacker |http://abrah.am|http://twitter.com/abraham
   Project |http://fireeagle.labs.poseurtech.com
   This email is: [ ] blogable [x] ask first [ ] private.
   Sent from Madison, WI, United States




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.
Sent from Madison, WI, United States