Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
常规https://graph.facebook.com/PAGE_ID/posts?access_token___调用仅返回标准页面帖子。我怎样才能包括这些?
https://graph.facebook.com/PAGE_ID/posts?access_token___
从宣布此功能的博客文章中:
您可能会问如何通过 API 阅读所有已安排和未发布的页面帖子列表。Graph API 的 Page 对象提供了一个新连接 ,promotable_posts列出所有published, scheduled和unpublishedPage 帖子。此外,您可以使用FQL 流表来实现此目的,如此 处所述。
promotable_posts
published
scheduled
unpublished
(在标题未发布/预定页面帖子下)
https://graph.facebook.com/PAGE_ID/promotable_posts?access_token___如何访问帖子也是如此。
https://graph.facebook.com/PAGE_ID/promotable_posts?access_token___