在帖子列表Facebook图形API中缺少一些深色帖子

时间:2019-03-25 20:30:42

标签: facebook-graph-api

我在通过Facebook graph API检索深色帖子时遇到问题。 例如,我将请求呼叫到特定的深色帖子,例如:

/123456789_111112222223333?fields=is_hidden,is_expired,is_published,message,created_time

我收到这样的请求对象:

{
  "is_hidden": true,
  "is_expired": false,
  "is_published": false,
  "message": "Some message",
  "created_time": "2019-03-22T13:35:10+0000",
  "id": "123456789_111112222223333"
}

但是,当我致电promoted_posts请求时: 123456789/promotable_posts?fields=is_hidden,created_time&include_hidden=true&is_published=false&include_inline=true 我收到一个空对象数组。当我将参数is_published更改为true时,我会收到帖子列表,以及该帖子前后的创建时间。

如何接收该页面的所有深色帖子?感谢您的任何建议。

1 个答案:

答案 0 :(得分:0)

轻松自如!

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

为您提供所有广告帖子(还包括深色帖子)