The oauth token endpoint returns the user_id with an access_token thrown at the API. But can we get more information out of this response or will I have to hit the API with an API-Key to get the rest of the user's information? I've tried 7 ways to Sunday to hit the API with the access_token but clearly, I can't do that as defined in the REST API docs?
What I'm lost in, you can specify scopes in the application settings. But all that does is add the scopes to the token response. Which is...
Read more
Читать далее...
What I'm lost in, you can specify scopes in the application settings. But all that does is add the scopes to the token response. Which is...
Read more
Читать далее...