Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid requested scope "email,profile" on Android for Google login #211

Open
haotangio opened this issue May 12, 2018 · 3 comments
Open

Comments

@haotangio
Copy link

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?

@maxlang
Copy link

maxlang commented May 14, 2018

Looks like the same issue as #61?

@Baskerville42
Copy link

works for me
manager.authorize('google',{scopes: 'email+profile'})

@daxaxelrod
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants