是否可以通过 API 将计划的帖子添加到 Facebook 页面?

Is possible to add planned posts to Facebook page via API?

我想创建简单的应用程序、控制台或 ASP .NET 来为我的 Facebook 页面创建一堆计划好的 post。我知道有一些方法可以通过应用程序 post posts 到 Facebook 页面,但我不确定是否可以创建计划的 posts。

这只是一个想法,所以我只是想了解是否有一些自动魔术可以做到这一点,或者它非常复杂。如果 Facebook 中没有这样的功能,我既不想从头开始重新发明轮子,也不想制定 harakiri 解决方法 API(因为我在那里从未见过)。

感谢您的提示。

如果 "planned posts" 你的意思是预定 posts 其中 post 仅在给定日期 public ,那么您可能正在寻找 this。创建一个正常的 post 但将 scheduled_publish_time 设置为您希望其他用户看到它的未来日期。

scheduled_publish_time: Time when this post should go live, this can be any date between ten minutes and six months from the time of the API call.

创建计划的 post 后,您可以使用 /{page-id}/promotable_posts 检索它们。它们在发布前不会出现在 /{page-id}/feed 下。