lancejpollard / authlogic-connect

Instant Oauth and OpenID support for your Rails and Sinatra Apps
MIT License
148 stars 27 forks source link

oauth changes #38

Closed hisenb3rg closed 11 years ago

hisenb3rg commented 14 years ago

hi!

I've done two small things:

I would appreciate if you can find time to review and pull it into your rep.

Thanks!

lenart commented 14 years ago

I'm also experiencing problems with Twitter's oAuth. I'm getting OAuth::Unauthorized (401 Unauthorized) despite correct key/secret configuration. I believe it's due to changes in Authorization URL which is now https://api.twitter.com/oauth/authorize

I've tried freezing gems and changing :authorize_url in /authlogic-connect/lib/authlogic_connect/oauth/tokens/twitter_token.rb but couldn't get it to work.