我正在使用应用程序访问令牌来获取用户信息
https://graph.facebook.com/100003159076005?fields=friends,email,username&access_token=XXXXXXXXXX
使用相同的模式 https://graph.facebook.com/100000122482221?fields=friends,email,username&access_token=XXXXXXXX 我能够获得用户emailid
问题是,我无法为所有用户提取emailid。
由于
Rohit Bansal