如何通过 facebook api 显示喜欢我的网站的每个人的个人资料图片(而不仅仅是我朋友的图片)?
我看过facepile但是
此插件仅显示好友 照片。如果用户没有 喜欢您的页面的朋友或 已连接到您的网站,没有面孔 将显示。
如何显示喜欢我的网站的每个用户的所有个人资料图片,而不仅仅是我的朋友的图片?
I've looked at facepile but
This plugin only displays friends
photos. If the user does not have
friends who have liked your page or
have connected to your site, no faces
will be shown.
How can I display all of profile pictures of every user who has liked my site, and not just the ones that I'm friends with?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前,您无法声明使用 API 喜欢您的页面的用户的 user_ids。曾经有一个方法,但由于某些原因已被删除。有关此问题的信息,请参阅 Facebook Bug Tracker。
正如您在错误评论中所读到的那样,“会员”连接将由 FB 进行修改,并希望尽快恢复。如果这再次起作用,您可以通过 API 获取 member_ids,并使用 ids 显示具有如下 url 的个人资料: https: //graph.facebook.com//图片
At the moment you can not claim user_ids of people, who like your page using the API. There was a method once, but it has been removed for some reasons. See Facebook Bug Tracker fur this issue.
As you can read in the bug comments, the "members" connection will be revised by FB, and hopefully be back soon. In case this is working again, you can fetch member_ids via API, and use the ids to show profiles with url like this: https://graph.facebook.com//picture