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

adding new scope in google_oauth2 breaks #90

Open
gunnrryy opened this issue Sep 8, 2016 · 1 comment
Open

adding new scope in google_oauth2 breaks #90

gunnrryy opened this issue Sep 8, 2016 · 1 comment

Comments

@gunnrryy
Copy link

gunnrryy commented Sep 8, 2016

on adding SCOPE_GPLUS_LOGIN, code breaks and pop up also doesnt close. Error says: error retriving token.

can we do something about it?

@gunnrryy
Copy link
Author

gunnrryy commented Sep 8, 2016

default scopes SCOPE_EMAIL, SCOPE_PROFILE are working.
I assume, in this process we are just fetching the AccessToken, where as when i added SCOPE_GPLUS_LOGIN scope, the immidiate error is thrown Error retriving Token which is set later on in my process.
tried to debug it. in serviceProxy;

$data = $this->service->parseAccessTokenResponse($responseBody);
$data['error'] is set and responds invalid_grant

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

1 participant