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 <philip.a....@gmail.com> wrote: > > I'm following the rails example for OAuth. I got to the point where > the user can click authorize on twitter. However this leads to > http://twitter.com/oauth/authorize with 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!