From 9b88ac0a27c1c20ef5ddc5b3af4cdfddee9aa42b Mon Sep 17 00:00:00 2001 From: Christian Walde Date: Wed, 25 Jan 2017 18:31:15 +0100 Subject: [PATCH] clarify the intended use of the oauth api call as per this issue: https://github.com/alin-rautoiu/mastodroid/issues/23 --- Using-the-API/API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 9f528087..5d0c27ee 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -212,6 +212,8 @@ Form data: Creates a new OAuth app. Returns `id`, `client_id` and `client_secret` which can be used with [OAuth authentication in your 3rd party app](Testing-with-cURL.md). +These values should be requested in the app itself from the API for each new app install + mastodon domain combo, and stored in the app for future requests. + ___ ## Entities