访问 Facebook 应用程序用户的联系信息
我有 Facebook 应用程序的 access_token。有没有办法获取我的 Facebook 应用程序用户的联系信息(电话号码)?
以下是返回我所有公共信息(如姓名、位置、教育程度等)的网址,但没有任何联系信息。
https://graph.facebook.com/me?access_token=XXXX....
提前致谢!
I have access_token for facebook application. Is there a way I can get the contact information(phone-number) of the user of my facebook application?
Below is the url which returns me all the public information like name, location, education etc.. but not any contact information
https://graph.facebook.com/me?access_token=XXXX....
Thanks in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法从 Graph API 获取电话号码。如果您具有电子邮件扩展权限,您可以收到一封电子邮件: http://developers.facebook.com /docs/authentication/permissions。如果您是列入白名单的应用程序,我相信您也可以通过 API 发送 Facebook 消息。
You can't get a phone number from the Graph API. You can get an email though if you have the email extended permission: http://developers.facebook.com/docs/authentication/permissions. If you are a whitelisted app I believe you can send Facebook messages as well through the API.