在 Facebook 页面上安排 post
scedule post on facebook page
我想在 Facebook 页面上安排 post :
https://graph.facebook.com/898816883506941/feed?message=test&published=false&scheduled_publish_time=475222121&access_token=
我收到这个错误:
{"error":{"message":"(#200) 未发布的 posts 必须作为页面本身 posted 到页面。","type": "OAuthException","code":200,"fbtrace_id":"BD2bScn5NxI"}}
您必须使用具有 publish_pages
权限的页面的页面令牌。
关于代币的更多信息:
我想在 Facebook 页面上安排 post : https://graph.facebook.com/898816883506941/feed?message=test&published=false&scheduled_publish_time=475222121&access_token=
我收到这个错误: {"error":{"message":"(#200) 未发布的 posts 必须作为页面本身 posted 到页面。","type": "OAuthException","code":200,"fbtrace_id":"BD2bScn5NxI"}}
您必须使用具有 publish_pages
权限的页面的页面令牌。
关于代币的更多信息: