From ad51c52a22239169b4819023233e3d782e00e036 Mon Sep 17 00:00:00 2001 From: Changaco Date: Sun, 14 Dec 2014 11:04:59 +0100 Subject: [PATCH] use the other Twitter OAuth endpoint (fixes #2076) --- gratipay/elsewhere/twitter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gratipay/elsewhere/twitter.py b/gratipay/elsewhere/twitter.py index d93777500b..66fb3bc0ef 100644 --- a/gratipay/elsewhere/twitter.py +++ b/gratipay/elsewhere/twitter.py @@ -13,6 +13,7 @@ class Twitter(PlatformOAuth1): # Auth attributes auth_url = 'https://api.twitter.com' + authorize_path = '/oauth/authenticate' # API attributes api_format = 'json'