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.