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? 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
Hi there. Google Plus API response value seems to have changed Please check this part
Goole Plus API -> /v1/people/me { .... "emails": [ { "value": "[email protected], "type": "ACCOUNT" } ], .... }
{ .... "emails": [ { "value": "[email protected], "type": "ACCOUNT" } ], .... }
I think the name of 'type' has changed
account -> ACCOUNT
The text was updated successfully, but these errors were encountered:
it is already updated in code:
#119
But we need to request a new release from team. Or you can build it locally
Sorry, something went wrong.
it is already updated in code: #119 But we need to request a new release from team. Or you can build it locally
@iserb You can use the build from jitpack: https://jitpack.io/#spring-social/spring-social-google/1.1.3 Works for me!
it is already updated in code: #119 But we need to request a new release from team. Or you can build it locally @iserb You can use the build from jitpack: https://jitpack.io/#spring-social/spring-social-google/1.1.3 Works for me!
Thank you so much, looks like it works perfect!
No branches or pull requests
Hi there.
Google Plus API response value seems to have changed
Please check this part
Goole Plus API -> /v1/people/me
{ .... "emails": [ { "value": "[email protected], "type": "ACCOUNT" } ], .... }
I think the name of 'type' has changed
account -> ACCOUNT
The text was updated successfully, but these errors were encountered: