2013-02-12 99 views
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"} 

我正在尋找電子郵件,但無法迴應。

+0

可能的重複項:http://stackoverflow.com/q/2108537/1056359 – thepoosh 2013-02-12 11:26:20

回答

0

這是因爲谷歌Proifle API回答擴展信息只有你允許在你的個人信息可見性設置中看到它的那些圈子。例如,如果您允許您的朋友圈看到您的手機和私人電子郵件 - 他們可以看到它(但只有人和應用程序添加到這些圈子中)。

默認情況下,所有應用程序都是賓客(公共)。