好的我正在使用此脚本/代码在用户墙上发布。但是想要每天只发布一次,而不是每次用户访问网站。
$args = array(
'message' => '//',
'link' => 'http:////.com/',
'caption' => '//',
'picture' => 'http://www.//.jpg',
'name' => '//',
);
$post_id = $facebook->api("/me/feed", "post", $args);