Skip to content

Commit

Permalink
Replaces authorize url with authenticate #11
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemclin committed Jul 21, 2016
1 parent bd9ab81 commit 130ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function urlTemporaryCredentials()
*/
public function urlAuthorization()
{
return 'https://api.twitter.com/oauth/authorize';
return 'https://api.twitter.com/oauth/authenticate';
}

/**
Expand Down

0 comments on commit 130ce8d

Please sign in to comment.