开发者

Getting another users email address in Facebook app

开发者 https://www.devze.com 2023-04-11 22:45 出处:网络
Am developing a system for an app to award points users for recruiting their friends. When the friend accepts the request I can retrieve the id of the person who invited them but can not find their em

Am developing a system for an app to award points users for recruiting their friends. When the friend accepts the request I can retrieve the id of the person who invited them but can not find their email.

Have tried:

    $fbInviter = $facebook->api("/$inviterId", '开发者_如何学CGET');
    $fbInvEmail = $fbInviter['email'];

but it appears ['email'] isn't in the returned array. The app requests permission from each user when the first access it aswell as requesting offline access so permissions shouldn't be a problem.

Any ideas?


There is no way to get the email address for a Facebook user other than the current user, and the current user's address is only available if they've granted you the email extended permission

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号