diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-11 21:30:48 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-11 21:30:48 +0200 |
commit | 9f7ea77d0c2841fc911afe0485c27750b71e68c3 (patch) | |
tree | 1585a341c65ce99c7807a0a1807e60900a016bb4 /docs/Using-the-API/OAuth-details.md | |
parent | 5f74397ef032948ec3c648cec209fd2a279d4dd1 (diff) | |
parent | 47aacb773bfde280fff3cb00d309a9eb7dc8783b (diff) |
Merge branch 'master' of github.com:tootsuite/mastodon
Diffstat (limited to 'docs/Using-the-API/OAuth-details.md')
-rw-r--r-- | docs/Using-the-API/OAuth-details.md | 13 |
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) |