Skip to content

Commit 43612c5

Browse files
amosmosbshaffer
authored andcommitted
fetchAccessTokenWithAuthCode already sets the token (#1251)
1 parent 7c17a71 commit 43612c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ foreach ($results as $item) {
115115
```php
116116
if (isset($_GET['code'])) {
117117
$token = $client->fetchAccessTokenWithAuthCode($_GET['code']);
118-
$client->setAccessToken($token);
119118
}
120119
```
121120

0 commit comments

Comments
 (0)