0
0
Fork 0

Moving docs to tootsuite/documentation (#1550)

This commit is contained in:
Eugen 2017-04-11 18:03:02 +02:00 committed by Shel R
parent b723ee73fc
commit 1236529e39
42 changed files with 31 additions and 1845 deletions

View file

@ -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)