about summary refs log tree commit diff
path: root/docs/Using-the-API/OAuth-details.md
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-11 18:03:02 +0200
committerShel R <shelraphen@gmail.com>2017-04-11 12:03:02 -0400
commit1236529e39a7e2534fdd34686a749b5a386c109b (patch)
tree5d970d939bfdb37c343caddea291fcc8a6f03b79 /docs/Using-the-API/OAuth-details.md
parentb723ee73fc7d74fd5908eb09a8f6b98e73597c2b (diff)
Moving docs to tootsuite/documentation (#1550)
Diffstat (limited to 'docs/Using-the-API/OAuth-details.md')
-rw-r--r--docs/Using-the-API/OAuth-details.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/Using-the-API/OAuth-details.md b/docs/Using-the-API/OAuth-details.md
index e88a25682..6a6926bb9 100644
--- a/docs/Using-the-API/OAuth-details.md
+++ b/docs/Using-the-API/OAuth-details.md
@@ -1,12 +1 @@
-OAuth details
-=============
-
-We use the [Doorkeeper gem for OAuth](https://github.com/doorkeeper-gem/doorkeeper/wiki), so you can refer to their docs on specifics of the end-points.
-
-The API is divided up into access scopes:
-
-- `read`: Read data
-- `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). If you do not specify a `scope` in your authorization request, the resulting access token will default to `read` access.
+[The documentation has moved to its own repository](https://github.com/tootsuite/documentation/blob/master/Using-the-API/OAuth-details.md)