在获得signed_request后发布到“我”墙

时间:2011-12-26 17:40:45

标签: facebook user-permissions

通过注册插件从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

0 个答案:

没有答案