about summary refs log tree commit diff
path: root/docs/Using-the-API/OAuth-details.md
diff options
context:
space:
mode:
authorRyan Freebern <ryan@freebern.org>2017-04-10 07:01:43 -0400
committerEugen <eugen@zeonfederated.com>2017-04-10 13:01:43 +0200
commit9bb398ee9199f786c0c2539601deb2d9416c9d0c (patch)
tree34ffae18197c7f61cf4f343636685b3e1d490285 /docs/Using-the-API/OAuth-details.md
parent9043b3218302e77dda65a6b453ee49920f133398 (diff)
Minor clarifications (#1386)
Diffstat (limited to 'docs/Using-the-API/OAuth-details.md')
-rw-r--r--docs/Using-the-API/OAuth-details.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using-the-API/OAuth-details.md b/docs/Using-the-API/OAuth-details.md
index d0b5abd40..e88a25682 100644
--- a/docs/Using-the-API/OAuth-details.md
+++ b/docs/Using-the-API/OAuth-details.md
@@ -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.