Add statuses API
This commit is contained in:
parent
331e020f6b
commit
b2023264a2
4 changed files with 198 additions and 2 deletions
|
@ -26,3 +26,13 @@ Returns [App]({{< relref "entities.md#app" >}}) with `client_id` and `client_sec
|
|||
| `website` | URL to the homepage of your app | Optional |
|
||||
|
||||
> To display the authorization code to the end-user instead of redirecting to a web page, use `urn:ietf:wg:oauth:2.0:oob` in `redirect_uris`
|
||||
|
||||
## GET /api/v1/apps/verify_credentials
|
||||
|
||||
Confirm that the app's OAuth2 credentials work.
|
||||
|
||||
Returns [App]({{< relref "entities.md#app" >}})
|
||||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="No" version="0.0.0" >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue