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.

12 lines
590 B

  1. OAuth details
  2. =============
  3. 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.
  4. The API is divided up into access scopes:
  5. - `read`: Read data
  6. - `write`: Post statuses and upload media for statuses
  7. - `follow`: Follow, unfollow, block, unblock
  8. 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.