如何通过Facebook API查看预定的帖子。
我试过了:
https://graph.facebook.com/PAGE_URL/promotable_posts?access_token=XXXX
但我得到的只是已经发布的帖子,没有任何未来(预定)的帖子显示在任何地方。
我还玩过'since'和'until'可变时间戳试图捕捉未来的帖子,但没有运气。
我使用的访问令牌来自对该页面具有完全访问权限的应用程序,可以读/写帖子到/ feed
相关文章:Facebook Graph API - Page - Scheduled posts not coming back in promotable posts call
这让我有点疯狂。我希望有人可以提供帮助吗?
谢谢,
答案 0 :(得分:2)
好吧终于弄明白了:)
您需要在通话中添加 is_published = false 。
https://graph.facebook.com/PAGE_URL/promotable_posts?is_published=false&access_token=XXXX