Hey,
During the Auth process, we are requesting (amongst others) the scope activity:write.
Is there a way to determine if the user deselected (or indeed kept selected) this permission during the Auth Process?
Either in the response back from in the auth process, or, at a later date with a separate API request?
At present, the only way I can see how to determine it is to try to write and catch the Unauthorised Error (a pretty ugly way to do it!).
Thanks