forked from MarseyWorld/MarseyWorld
dffd
parent
28807798bc
commit
31cdc1f0da
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue