chinwagsocial/docs/Using-the-API/OAuth-details.md

13 lines
590 B
Markdown
Raw Normal View History

2017-01-22 08:53:02 +11:00
OAuth details
=============
2017-01-22 08:49:08 +11:00
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
2017-04-10 21:01:43 +10:00
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.