简体   繁体   English

如何在 FB Graph API v6.0 上拉黑帖?

[英]How to pull dark posts on FB Graph API v6.0?

On v3.2 and under, the method in this post still works:在 v3.2 及以下版本,这篇文章中的方法仍然有效:

/promotable_posts?include_inline=true

The results must then be filtered by is_hidden=True to find the true dark posts.然后必须通过is_hidden=True过滤结果以找到真正的暗帖子。

What is the equivalent of this on v6.0?这在 v6.0 上相当于什么? /promotable_posts is deprecated and we may lose access entirely at an unknown time. /promotable_posts已弃用,我们可能会在未知时间完全失去访问权限。

/published_posts is supposed to be all posts published by a page, so I would expect the answer to be in that endpoint but cannot find it yet. /published_posts应该是一个页面发布的所有帖子,所以我希望答案在那个端点,但还找不到。

You should request this.你应该要求这个。

/{page-id}/ads_posts?include_inline_create=true

That worked for us.这对我们有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM