我正在尝试阅读一些FB公开帖子(带照片)的所有评论。我找到了一些关于FB Graph API的文档并构建了下面的请求。但它失败了。
https://developers.facebook.com/tools/explorer/?method=GET&path=1542065625839944&version=v2.11
但我明白了:
{
"error": {
"message": "Unsupported get request. Object with ID '1542065625839944' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"error_subcode": 33,
"fbtrace_id": "HQFdeKx0lqh"
}
}
我也尝试过用户ID 100001095643511_1542065625839944
我做错了什么?或者还有其他简单的方法来获得评论吗?