简体   繁体   English

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

[英]Is possible to add planned posts to Facebook page via API?

I want to create simple app, console or ASP .NET to create bunch of planned posts to my Facebook Page. 我想创建简单的应用程序,控制台或ASP .NET,以将一堆计划的帖子创建到我的Facebook页面。 I know there are ways to post posts to Facebook Page via apps, but I am not sure if it is possible to create planned posts. 我知道可以通过应用程序将帖子发布到Facebook Page,但是我不确定是否可以创建计划的帖子。

This is just idea, so I just want to learn if there is some automagic to do this, or it is super complicated. 这只是个想法,所以我只想了解是否有一些自动方法可以做到这一点,否则它会变得非常复杂。 I don't want to neither invent wheel again from the scratch or make harakiri workaround if there is no such function in Facebook API (as I never saw that there). 如果Facebook API中没有这样的功能,我既不想从头开始重新发明轮子,也不要让harakiri变通(因为我从来没有看到过)。

Thanks in regards for hints. 谢谢您的提示。

If by "planned posts" you mean scheduled posts where the post is only made public on a given date, then you are probably looking for this . 如果用“计划的帖子”来表示仅在给定日期公开该帖子的计划的帖子,那么您可能正在寻找 Create a normal post but set scheduled_publish_time to a future date when you want other users to see it. 创建一个正常的职位,但设置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. cheduled_publish_time:该帖子上线的时间,可以是API调用开始后十分钟到六个月之间的任何日期。

Once you create scheduled posts, you can retrieve them using /{page-id}/promotable_posts . 一旦你创建计划的职位,您可以使用来获取他们/{page-id}/promotable_posts They do not show up under /{page-id}/feed before they are published. 他们不出现下/{page-id}/feed发布之前。

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

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