Skip to content

Commit

Permalink
Merge pull request #12 from mikemclin/master
Browse files Browse the repository at this point in the history
Replaces authorize url with authenticate #11
  • Loading branch information
DraperStudio committed Jul 22, 2016
2 parents bd9ab81 + 130ce8d commit 782bb84
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 782bb84

Please sign in to comment.