1

通过注册插件从facebook获得signed_request,发布到用户墙的代码是什么?通常我会使用

 $facebook->api('/me/feed', 'post', array('message'=> 'Testing posting to my wall', 'cb' => ''));

但是当我在http://developers.facebook.com/docs/plugins/registration/的底部使用 php 示例时,我没有使用

 $facebook = new Facebook(array(
 'appId'  => APP_ID,
 'secret' => APP_SECRET
 ));

包括“facebook.php”会导致错误

 Cannot send session cache limiter - headers already sent
4

0 回答 0