[twitter-dev] Re: PIN response in web-based OAuth app

2009-06-11 Thread themire
I'm having the same problem as Jochen - always getting a 401 Unauthorized error on the callback. I had the initial problem with the PIN response, but got around it by explicitly passing the callback into the initial get_request_token call but now have run into this 401 problem. I haven't got the

[twitter-dev] Re: PIN response in web-based OAuth app

2009-06-12 Thread themire
I've read that we must now attach the oauth_verifier to the request for the access_token. I'm a bit confused as to how to do this. Can anyone clarify?

[twitter-dev] OAuth - get_request_token - 401 Unauthorized - ruby gem

2009-08-21 Thread themire
Hi, I've recently started to get 401 Unauthorized errors from twitter while trying to get a request token. I'm using the OAuth Ruby gem and making the request from irb as follows: OAuth::Consumer.new(our_secret, our_key,{ :site=>"http:// twitter.com" }).get_request_token() I've made the reques

[twitter-dev] Re: OAuth - get_request_token - 401 Unauthorized - ruby gem

2009-08-22 Thread themire
his might help > > >http://groups.google.com/group/twitter-development-talk/browse_frm/th... > > > On Fri, Aug 21, 2009 at 4:12 PM, themire wrote: > > >> Hi, > > >> I've recently started to get 401 Unauthorized errors from twitter > >> while trying to get a reque