From 43a45f76ac2345cd16a328f1db6231f65fd49850 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 3 Aug 2021 19:52:46 +0200 Subject: [PATCH] dffd --- drama/templates/api.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drama/templates/api.html b/drama/templates/api.html index 3c8be589d..2663cd9bf 100644 --- a/drama/templates/api.html +++ b/drama/templates/api.html @@ -13,6 +13,9 @@ {% filter markdown %} # API Guide for Bots +
+
+ 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 - +
+
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.