X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/44a79d66317054f6712320cd0f264e85ca09c880..b48485bf3bf42feb7d189d55d2551c40d75bd992:/forum_modules/oauthauth/authentication.py diff --git a/forum_modules/oauthauth/authentication.py b/forum_modules/oauthauth/authentication.py index 462e234..54a6b4f 100644 --- a/forum_modules/oauthauth/authentication.py +++ b/forum_modules/oauthauth/authentication.py @@ -15,9 +15,9 @@ class TwitterAuthConsumer(OAuthAbstractAuthConsumer): str(settings.TWITTER_CONSUMER_KEY), str(settings.TWITTER_CONSUMER_SECRET), "twitter.com", - "https://twitter.com/oauth/request_token", - "https://twitter.com/oauth/access_token", - "https://twitter.com/oauth/authorize", + "https://api.twitter.com/oauth/request_token", + "https://api.twitter.com/oauth/access_token", + "https://api.twitter.com/oauth/authorize", ) def get_user_data(self, key):