Skip to content

Commit

Permalink
Twitter Compatible with OAuth1 client method (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mombuyish authored Jan 29, 2021
1 parent 4e5ba73 commit e5edf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function userScreenName($data, TokenCredentials $tokenCredentials)
/**
* {@inheritdoc}
*/
public function getAuthorizationUrl($temporaryIdentifier)
public function getAuthorizationUrl($temporaryIdentifier, array $options = [])
{
// Somebody can pass through an instance of temporary
// credentials and we'll extract the identifier from there.
Expand Down

0 comments on commit e5edf2b

Please sign in to comment.