Abrufen Geburtsdatum und Familienstand mit Google OAuth API

Ich versuche abzurufen, Geburtsdatum und Familienstand, die per Google OAuth-api. Ich bekomme unten genannten info durch die Einstellung der Bereiche https://www.googleapis.com/auth/userinfo.profile & https://www.googleapis.com/auth/userinfo.email . Anfrage-URL https://www.googleapis.com/oauth2/v2/userinfo

{
 "id": "my_id",
 "email": "[email protected]",
 "verified_email": true,
 "name": "full_name",
 "given_name": "first_name",
 "family_name": "last_name",
 "link": "https://plus.google.com/xxxxxxx",
 "picture": "https://xxxxxxxxx/photo.jpg",
 "gender": "male",
 "locale": "en"
}

Habe ich Geburtstag und Familienstand Satz in meinem Profil, aber ich bin nicht in der Lage um diese Informationen zu bekommen. Was könnte das problem sein?

InformationsquelleAutor emilan | 2013-10-26
Schreibe einen Kommentar