如何使用 Graph API 或 FQL 隐藏 Facebook 帖子?
我正在创建一个审核应用程序,其中我需要获取页面上的所有帖子,然后根据需要将帖子设置为隐藏。在 Facebook 中,有一个选项可以将帖子设置为隐藏。如何使用 Graph API 或 FQL 执行此操作?
I am creating a moderating application in which i need to fetch all the posts on a page and then set the posts to be hidden if required. In Facebook, there is an option to set a post as hidden. How do I do this using the Graph API or FQL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
几周后,您可以使用参数“is_hidden”向帖子对象发出 POST 请求:
查看“隐藏页面帖子”中的文档:
https://developers.facebook.com/docs/reference/api/page/
Since a few weeks, you can make a POST request to the post object with the parameter "is_hidden" :
Check the documentation at "Hiding a Page Post" :
https://developers.facebook.com/docs/reference/api/page/
您需要查看文档,了解隐私 领域。
You'll want to check out the docs, regarding the privacy field.