0

我不能在用户朋友的墙上发帖,但我可以在用户的​​墙上发帖。我可以访问用户的 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

但是,我可以在用户的​​墙上写字。

4

1 回答 1

1

经过最近的更改,在用户朋友的墙上发帖的唯一方法是使用提要对话框

于 2013-02-22T11:13:14.027 回答