Get extra informations from Google API

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

Answers (1)

Prakash P
Prakash P

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

Related Questions