We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0561aee + d6c52de commit b6c5251Copy full SHA for b6c5251
1 file changed
README.md
@@ -167,11 +167,8 @@ $batcher->followMany($follows);
167
Generating tokens for client-side usage:
168
169
```php
170
-// Generating a client side token
171
-$token = $userFeed->getToken();
172
-
173
-// Generating a read-only client side token
174
-$readonlyToken = $userFeed->getReadonlyToken();
+// Generating a user token
+$userToken = $client->createUserSessionToken("the-user-id");
175
```
176
177
RateLimits:
0 commit comments