Thanks, that worked!
On Jun 19, 7:51 am, Matt Sanford <[email protected]> wrote: > Hi there, > > If you're using theOAuthgem it is automatically sending > oauth_callback with a value of "oob", which tells twitter to use the > PIN style. By passing the oauth_callback in you can override that > default. An issue [1] has been files with the gem author. > > Thanks; > – Matt Sanford / @mzsanford > Twitter Dev > > [1] -http://github.com/mojodna/oauth/issues#issue/7 > > On Jun 19, 2009, at 6:07 AM, Ryan Bigg wrote: > > > > > Hi, when you do get_request_token you need to pass oauth_callback as > > an option (even though you set this up with your application) > > > Ryan Bigg > > Mocra > >http://mocra.com > > > On 19/06/2009, at 18:02, phillee <[email protected]> wrote: > > >> I'm following the rails example forOAuth. I got to the point where > >> the user can click authorize on twitter. However this leads to > >>http://twitter.com/oauth/authorizewith a number and "Enter the > >> following PIN when prompted..." I've configured the app to be a > >> browser app. Anything else I'm missing? > > >> Thanks!
