如何获取 Facebook 好友的电子邮件?
如何获取facebook的好友邮箱?或者他们的电子邮件哈希值?
How to get facebook's friend email? Or their email hash?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何获取facebook的好友邮箱?或者他们的电子邮件哈希值?
How to get facebook's friend email? Or their email hash?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这是不可能的。如果您仔细查看现有的扩展权限,就会发现好友的电子邮件不可用。
it is not possible. if you take a closer look at the existing extended permissions , email for friends is not available.
遗憾的是(也值得庆幸的是!)你无法做到这一点。
http://developers.facebook.com/docs/reference/api/ 应显示您可以通过 Graph API 访问所有内容。你可以获得他们的个人资料信息——性别、朋友、出生日期等等,但电子邮件是安全的。
在 http://developers.facebook.com/docs/authentication/permissions 上您可以看到下列:
所以看起来它可能曾经存在过,但目前和在可预见的未来,不可能访问它。
Sadly (and also thankfully!) you are unable to do that.
http://developers.facebook.com/docs/reference/api/ should show you all the things you have access to through the Graph API. You can get their profile information - gender, friends, date of birth and all that, but the email is secured.
On http://developers.facebook.com/docs/authentication/permissions you can see the following:
So it looks like it may have been once, but at the moment and for the foreseeable future, it's not possible to access it.