Skip to content

Commit

Permalink
Remove unnecessary parameter from Twitter provider
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinelame committed Dec 1, 2023
1 parent 85ab056 commit 37c1f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Two/TwitterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public function getRefreshTokenResponse($refreshToken)
'grant_type' => 'refresh_token',
'refresh_token' => $refreshToken,
'client_id' => $this->clientId,
'client_secret' => $this->clientSecret,
],
]);

Expand Down

0 comments on commit 37c1f86

Please sign in to comment.