android-oauth-client
android-oauth-client copied to clipboard
Error when adding more than one scope
I'm trying to use the library with OAuth2, but I'm getting an error if I add more than one scope as a list. Scopes work just fine if I add them one by one.
Error I'm getting is: {"code": "NOT_FOUND", "description": "Endpoint not found"}
All the urls are correct. What could be the problem?