You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
469 B
13 lines
469 B
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).
|