我不能在用户朋友的墙上发帖,但我可以在用户的墙上发帖。我可以访问用户的 publish_steam!userId是朋友的ID,
try {
$publishStream = $this->api("/$userId/feed", 'post', array(
'message' => $message,
'access_token' => $facebook->getAccessToken()
));
} catch (FacebookApiException $e) {
var_dump($e);
}
我收到“用户尚未授权应用程序执行此操作”,OAuthException
但是,我可以在用户的墙上写字。