【发布时间】:2011-02-04 00:53:44
【问题描述】:
我的服务器能够在我的 Facebook 应用程序墙上发布帖子。但我想在墙上发布用户写的 cmets...当尝试对给定的帖子 ID 发表评论时,我总是得到以下信息:
{"error":{"type":"OAuthException","message":"(#200) The user hasn't authorized the application to perform this action"}}
但是,我已将所有可能的授权作为测试用户授予此应用。 有什么建议吗?
加法。
我也试过用here描述的方法 我使用的网址如下所示
curl_setopt($ch,CURLOPT_URL,'https://graph.facebook.com/'.$comment['id'].'/comments?'.$access_token)
现在我收到以下消息
{"error":{"type":"OAuthException","message":"(#100) Invalid fbid."}}
【问题讨论】: