我正在使用 google OAuth API 使用此 url获取用户信息
与范围
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/userinfo.email
我得到以下回复
{ "id": "123456788", "name": "Joe Shmoe",
"given_name": "Joe", "family_name": "Shmoe",
"link": "https://plus.google.com/1234567788",
"picture": "https://IMAGE_URL/photo.jpg",
"gender": "male", "birthday": "0000-03-10", "locale": "en-GB"}
我正在寻找电子邮件,但没有回复。