2016-01-20 74 views

回答

2

你必须指定你的回报希望田野。但你查询API 2.0我会建议更新到V2.5!

在这里你去:

v2.5/me?fields=name,link,id,email 
1

我已经找到了答案,看来我忘了写下面的“/我”的查询字符串:

FB.api('/me?fields=name,email', function(response) 

{scope: "public_profile email"}