diff --git a/README.md b/README.md index ad7ea7b..e30a697 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,16 @@ $lib->setToken($token->access_token) ### Authenticated +#### Single User Applications + +If you only ever plan on interacting with a single user account, feel free to hard code (or preferably configure) your access tokens into your app. + +```php +$lib->setToken($access_token); +``` + +#### Multi-User Applications + 1. Build a link to Vimeo so your users can authorize your app. ```php