From 130ce8d68ce9325e4d97412da353fca7d761733d Mon Sep 17 00:00:00 2001 From: Mike McLin Date: Wed, 20 Jul 2016 20:25:25 -0400 Subject: [PATCH] Replaces authorize url with authenticate #11 --- src/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index 734139a..02902c2 100644 --- a/src/Server.php +++ b/src/Server.php @@ -21,7 +21,7 @@ public function urlTemporaryCredentials() */ public function urlAuthorization() { - return 'https://api.twitter.com/oauth/authorize'; + return 'https://api.twitter.com/oauth/authenticate'; } /**