Reputation: 157
I am following this documentation to retrieve all the comments under a post on Instagram. The access token I am generating to test this out has the following permissions:
I have checked the /{user_id}/permissions
endpoint, and the payload showed that all the above mentioned permissions have been granted. Yet whenever I try to hit the {media_id}/comments
endpoint, I get the follwing response -
"error": {
"message": "(#200) Missing permission or capability",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "AxiV4nvOp7tLFNFM-qBvuqJ"
}
}
I cannot find any solution to this anywhere. I would really appreciate any suggestions about it.
Upvotes: 0
Views: 278
Reputation: 36
It must be a system error because two days ago I can list the comments, but today I got the exact same error. Most probably they will correct it.
Upvotes: 2