diff options
author | Eugen <eugen@zeonfederated.com> | 2017-01-26 12:23:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 12:23:47 +0100 |
commit | 2f18c77e448e105db691253ad04c83e4b862cbfe (patch) | |
tree | f863609b5d397b90251749f8e0c9ccb047792435 | |
parent | 446d6f164338781783029395e467dcd670a8c80d (diff) | |
parent | 3b6af5245b14955ec782f05a384d021b2cb31b02 (diff) |
Merge pull request #526 from wchristian/oauth_docs
clarify the intended use of the oauth api call
-rw-r--r-- | docs/Using-the-API/API.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md index 9f5280870..5d0c27ee8 100644 --- a/docs/Using-the-API/API.md +++ b/docs/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 |