forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-03 19:52:46 +02:00
parent 28807798bc
commit 31cdc1f0da
1 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,9 @@
{% filter markdown %}
# API Guide for Bots
<pre>
</pre>
This page explains how to obtain and use an access token.
## Step 1: Create your Application
@ -68,7 +71,8 @@ The expected result of this would be a large JSON representation of the posts po
# API Guide for Applications
<pre>
</pre>
The OAuth2 authorization flow is used to enable users to authorize third-party applications to access their {{"SITE_NAME" | app_config}} account without having to provide their login information to the application.
This page explains how to obtain API application keys, how to prompt a user for authorization, and how to obtain and use access tokens.