图形 API 和自定义操作
我知道已经可以获取自定义应用程序操作和对象的所有操作:
https://graph.facebook.com/me/{appNameSpace}:{action}/{object}
这将列出应用程序生成的所有操作,但仅限于给定用户。
如何获取应用程序(为其所有用户)生成的所有操作?
I know It is already possible to get all actions for custom app actions and objects:
https://graph.facebook.com/me/{appNameSpace}:{action}/{object}
This will list all the actions generated by an app, but only for a given user.
How do I get all the actions generated by an app (for all its users)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
但你可以访问你朋友的行为,并最终超越
But you could access the actions of your friends and eventually beyond
您无法获取应用程序使用 API 发布的所有操作的列表。相反,您应该在将操作发送到 Facebook 时自行记录它们。
You can't get a list of all actions published by your app using the API. Instead, you should record them yourself when the action is sent to Facebook.