如何使用 Graph API 在 Facebook 上发布活动
旧的 Facebook Legacy REST API 有一个函数 dashboard.publishActivity
,但是新的 Graph API 只允许在 /me/feed
上发布消息。
有没有办法使用 Graph API 发送活动?
The old Facebook Legacy REST API had a function dashboard.publishActivity
, however the new Graph API only allows messages to be posted on /me/feed
.
Is there a way to send activities using the Graph API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 http://developers.facebook.com/blog/post/552/ Facebook“删除了显示开发人员通过游戏仪表板中的仪表板 API 发布的新闻的部分”。因此,dashboard.publishActivity 函数不再提供任何有用的功能。我的建议是切换到使用流帖子或请求 2.0,因为它们将提供您正在寻找的相同类型的分发。
As mentioned in http://developers.facebook.com/blog/post/552/ Facebook "have removed the section which displayed the News that developers published via the Dashboard APIs in the Games Dashboard". Therefore the dashboard.publishActivity function no longer provides any useful functionality. My recommendation is to switch to either using stream posts or to Requests 2.0, as these will provide the same sort of distribution that you're looking for.