From 05dc8e5a31a1fd03ddb2c28b82f195eef68d6967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Fri, 14 Nov 2014 16:02:15 -0600 Subject: [PATCH] TWBlue should use direct messages on all accounts #fix #next-gen --- src/twitter/twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twitter/twitter.py b/src/twitter/twitter.py index 1a03533e..b27c77d6 100644 --- a/src/twitter/twitter.py +++ b/src/twitter/twitter.py @@ -13,7 +13,7 @@ class twitter(object): def authorise(self, settings): httpd = BaseHTTPServer.HTTPServer(('127.0.0.1', 8080), authorisationHandler.handler) - twitter = Twython(application.app_key, application.app_secret) + twitter = Twython(application.app_key, application.app_secret, auth_endpoint='authorize') auth = twitter.get_authentication_tokens("http://127.0.0.1:8080") webbrowser.open_new_tab(auth['auth_url']) # global logged, verifier