我遇到了FB api问题。即使我有帖子ID,我也无法得到我朋友帖子的评论。
这是我的代码
FB.api(__postID + '/comments?access_token=' + access_token + '&fields=id,attachment,created_time,from,message&limit=100', function(response) { console.log(response); })
当我尝试调用FB API
代码 : 100 fbtrace_id : " DXSeTkV + R3z" 信息 : "不支持的获取请求。具有ID的对象' 1743926739162937_1954565944765681'不存在,由于缺少权限而无法加载,或者不支持此操作。请阅读https://developers.facebook.com/docs/graph-api"上的图谱API文档。 类型 : " GraphMethodException"
ariable __postID是我呼叫FB.api('/me/feed', 'POST', data, function(fbResponse) {})
时FB返回的
我的网站已经有" publish_actions" Facebook批准的许可
由于