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

2009-08-22 Thread themire
: This might help http://groups.google.com/group/twitter-development-talk/browse_frm/th... On Fri, Aug 21, 2009 at 4:12 PM, themire julian.keenag...@gmail.comwrote: Hi, I've recently started to get 401 Unauthorized errors from twitter while trying to get a request token. I'm using

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

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