We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Looks like using manager.authorize('google',{scopes: 'email,profile'}) but it doesn't work at all on Android. Do we have any solution for it?
manager.authorize('google',{scopes: 'email,profile'})
The text was updated successfully, but these errors were encountered:
Looks like the same issue as #61?
Sorry, something went wrong.
works for me manager.authorize('google',{scopes: 'email+profile'})
manager.authorize('google',{scopes: 'email+profile'})
Hrmm doesnt work for me. A single scope works fine but when I try to chain them, it breaks
"Some requested scopes were invalid. {invalid=[email+profile]}" I also tried {scopes: "email,profile"} and {scopes: "email profile"}
A single scope works as expected
No branches or pull requests
Looks like using
manager.authorize('google',{scopes: 'email,profile'})
but it doesn't work at all on Android. Do we have any solution for it?The text was updated successfully, but these errors were encountered: