如何通过Graph API在事件中发布图片或链接?

时间:2012-01-30 09:56:48

标签: facebook-graph-api feed

$params = array(
'access_token' => $this->facebook->getAccessToken(),
'message' => 'My message',
'picture' => 'http://bookshop.fbsocialapps.com/images/homepage-illustration.jpg',
);

$post_id = $this->facebook->api('/'.$result['id'].'/feed','post',$params);
//$result['id'] is the id of the event

当我这样做时,只发布消息。 如果我用“我”替换$ result ['id'],它会正确发布。发布链接时我遇到了完全相同的问题。

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

这是一个FB错误,虽然你的代码有点偏,你需要发布到$ result [id'] / photos。

订阅帮助修复它 https://developers.facebook.com/bugs/225316074217855?browse=search_4f2f7576c5bc32d87041759