mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-22 14:57:48 +01:00
Created OAuth details (markdown)
parent
062eae665a
commit
e7c2d72cca
1 changed files with 9 additions and 0 deletions
9
OAuth-details.md
Normal file
9
OAuth-details.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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).
|
Loading…
Reference in a new issue