通过注册插件从facebook获得signed_request后,发布到用户墙的代码是什么?通常我会用
$facebook->api('/me/feed', 'post', array('message'=> 'Testing posting to my wall', 'cb' => ''));
但是因为我在http://developers.facebook.com/docs/plugins/registration/的buttom使用php示例我没有使用
$facebook = new Facebook(array(
'appId' => APP_ID,
'secret' => APP_SECRET
));
包括'facebook.php'导致错误
Cannot send session cache limiter - headers already sent