[twitter-dev] Twitter Oauth problem

2010-10-21 Thread TwitterNoob
Hi,

My twitter application is Rails based and it uses twitter-auth-0.1.22.
The application has been working fine all of the sudden but about a
couple weeks ago the app stopped allowing me to sign in via twitter
and it displays this message in the log

OAuth::Unauthorized (401 Unauthorized):
  oauth (0.3.5) [v] lib/oauth/consumer.rb:197:in `token_request'
  oauth (0.3.5) [v] lib/oauth/consumer.rb:125:in `get_request_token'
  vendor/gems/twitter-auth-0.1.22/app/controllers/
sessions_controller.rb:7:in `new'

I haven't change anything and everything including sign in and tweet
fetching. The application uses oauth by the way. Any help is
appreciated.

Many Thanks

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Twitter OAuth Problem

2010-07-20 Thread Gabe
Hi,

I have been using Abraham's OAuth library and I *almost* have it
working. I'm a longtime C++ developer but new to Twitter API.  Anyway,
it took me a while to use the callback.php file as the actual call
back. That (I thought) was the missing element, I was under the
impression that the test.php file in his library could be
substituted for the callback.  Anyway when I realized the mistake I
was happy to implement the new code.  The new callback is being called
but I am consistently getting HTTP Error Code 401 (unauthorized) when
it is being used, and I am using it basically as is. Any insight
would be appreciated.

Note - I did regenerate my application registration recently - how
long does it take for those credentials to be usable?

Thanks much.

-Gabe