Facebook 好友活动
过去几年我一直在使用 Facebook API,但这次我陷入了困境。根据我的申请要求之一,我需要获取我的Facebook好友的活动。这个以及相关API的可行性如何?
如何获取特定用户活动的所有计数和评论数?
I have been using the Facebook API for the last couple of years, but this time I got stuck on this one. According to my one of application requirements, I need to get my Facebook friends' activities. What is the feasibility of this and the concerned APIs.
How do I get the number of counts and comments all included for a particular user's activity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用实时 API 来订阅用户的活动,例如例如,状态更新、签到和点赞。
用户对象中实时 API 可用的所有字段都可以在 中找到核心概念 › 图形 API › 用户。
You could use the real-time API to subscribe to a user's activity, for example, status updates, checkins, and likes.
All fields available to the real-time API from the user's object can be found in Core Concepts › Graph API › User.