分享墙上帖子的详细信息
我有兴趣跟踪那些在我的粉丝专页上分享墙帖的人的用户 ID。图表 API 现在是否支持返回在其墙上共享帖子的用户的用户 ID,就像我可以看到谁都发表了评论和评论一样。喜欢这篇文章吗?
有什么可能的解决方法吗?
I am interested in tracking the user IDs of those who are sharing the wall posts on my fanpage. Does the graph api now support returning the user IDs of the user who have shared the wall post on their wall like I can see who all commented & liked the post?
Any possible workarounds?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以通过 facebook graph api 来完成。
http://developers.facebook.com/docs/reference/api/post/
获取所有带有评论的帖子 + 评论用户 ID + 喜欢的用户 ID。
这些数据由您自己的数据库管理。
yes it's possible you can do through facebook graph api.
http://developers.facebook.com/docs/reference/api/post/
get all post with comments + comment user id + liked user id.
these data managed by your own database.