This commit is contained in:
Aevann1 2021-08-03 19:52:46 +02:00
parent 463e607f8b
commit 43a45f76ac

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.