10000 Clarify that the consumer secret and access token secret are not the … · robholmes/codebird-php@b36b6e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b36b6e0

Browse files
committed
Clarify that the consumer secret and access token secret are not the same
1 parent 2eb4390 commit b36b6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $cb = Codebird::getInstance();
3434

3535
You may either set the OAuth token and secret, if you already have them:
3636
```php
37-
$cb->setToken('YOURTOKEN', 'YOURSECRET');
37+
$cb->setToken('YOURTOKEN', 'YOURTOKENSECRET');
3838
```
3939

4040
Or you authenticate, like this:

0 commit comments

Comments
 (0)
0