您无法在非预定的帖子上指定预定的发布时间

时间:2017-09-13 07:52:56

标签: php facebook facebook-graph-api

我想在facebook上发布预定发布。但是我有以下错误。

$data = array(
    'name' => $_POST['title'],
    'message' => $_POST['status'],
    'scheduled_publish_time'=> strtotime('2017-09-28 09:00:00'),
    'published'=>'false'
);
$fb->post('/'.$_POST['grp'].'/feed', $data, $_SESSION['token'])

致命错误:未捕获的异常' Facebook \ Exceptions \ FacebookAuthenticationException' with message'(#100)您无法在非预定的帖子上指定预定的发布时间。'

0 个答案:

没有答案