0
0
Fork 0

Minor clarifications (#1386)

This commit is contained in:
Ryan Freebern 2017-04-10 07:01:43 -04:00 committed by Eugen
parent 9043b32183
commit 9bb398ee91
3 changed files with 4 additions and 4 deletions

View file

@ -9,4 +9,4 @@ The API is divided up into access scopes:
- `write`: Post statuses and upload media for statuses
- `follow`: Follow, unfollow, block, unblock
Multiple scopes can be requested during the authorization phase with the `scope` query param (space-separate the scopes).
Multiple scopes can be requested during the authorization phase with the `scope` query param (space-separate the scopes). If you do not specify a `scope` in your authorization request, the resulting access token will default to `read` access.