From 4da6929392efa6987acc9902010d19b6568515f3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Nov 2020 13:33:24 +0100 Subject: [PATCH] Add note about scopes in documentation for ObtainToken::step_1(). --- include/instance.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/instance.hpp b/include/instance.hpp index 3a0e2a3..3bcbaa3 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -271,6 +271,9 @@ public: * The `body` of the returned @link answer_type answer @endlink * contains only the URI, not the whole JSON response. * + * Note that the required scopes may be different between Mastodon and + * other implementations, like Pleroma. + * * @param client_name The name of your application. * @param scopes Space separated list of scopes. Defaults to * “read” if empty.