通过 Facebooker 获取用户电子邮件地址?
我知道用户需要授予应用程序“扩展权限”才能访问电子邮件地址。我浏览了 Facebooker 文档(我将其用于 iFrame 应用程序,无论其价值如何),但在文档或任何示例代码中找不到任何相关内容。
I know the user needs to give the application "extended permission" for access to the email address. I went through the Facebooker documentation (I am using it for an iFrame app for whatever it's worth) but can't find any related stuff in the documentation or any sample code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更正:(谢谢 Kunal Dua)。 Facebook 可以让您访问用户的电子邮件。
有关更多信息,请参阅下面库纳尔的评论。
您是否正在考虑与 Google 或其他人进行 OpenAuth 身份验证,您可以在其中使用扩展权限来请求访问帐户的电子邮件地址?
请参阅博客文章 从 Google 获取电子邮件地址的示例
Corrected: (Thank you Kunal Dua). Facebook can give you access to the user's email.
See Kunal's comment, below, for more info.
Are you thinking of the OpenAuth authentication with Google or others where you can use the extended permissions to ask for access to the account's email address?
See blog entry for an example of obtaining the email address from Google