diff options
author | Christian Walde <walde.christian@googlemail.com> | 2017-01-25 18:31:15 +0100 |
---|---|---|
committer | Christian Walde <walde.christian@googlemail.com> | 2017-01-25 18:31:15 +0100 |
commit | 3b6af5245b14955ec782f05a384d021b2cb31b02 (patch) | |
tree | e3b4ff208cb69bccac18b964a6d1feb761a9076a /docs | |
parent | 97da56d02bbe9c0f3aca8f46fcb7bf8635a9e784 (diff) |
clarify the intended use of the oauth api call as per this issue:
https://github.com/alin-rautoiu/mastodroid/issues/23
Diffstat (limited to 'docs')
-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 |