0
我與谷歌的OAuth API工作使用this url谷歌API的OAuth用戶信息
隨着範圍
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"}
我正在尋找電子郵件,但無法迴應。
可能的重複項:http://stackoverflow.com/q/2108537/1056359 – thepoosh 2013-02-12 11:26:20