lib/authlogic_connect/oauth/tokens/twitter_token.rb in authlogic-connect-0.0.4.05 vs lib/authlogic_connect/oauth/tokens/twitter_token.rb in authlogic-connect-0.0.4.06
- old
+ new
@@ -1,8 +1,8 @@
class TwitterToken < OauthToken
key :user_id
- settings "http://twitter.com",
- :authorize_url => "http://twitter.com/oauth/authenticate"
+ settings "http://api.twitter.com",
+ :authorize_url => "http://api.twitter.com/oauth/authenticate"
-end
\ No newline at end of file
+end