Reputation: 336
I don't found any informations about extra fields that I might get like : city (location) of the current user (me).
By default the json response contains others informations. However I setting both scopes : profile and email. (Is there any other scope that I have to declare to find the user city address like here ?)
Upvotes: 0
Views: 50
Reputation: 340
These listed scopes are used to fetch the user profile.You can find the placesLived field in the users profile json array to know the location of the user.Try include https://www.googleapis.com/auth/plus.me in your authorization.
Upvotes: 1