how to delete comments on review posts using graph api?
I am able to fetch reviews and comments for review posts, as well as reply to comments, add comments, and update comments on review posts. However, I am unable to delete comments that were posted by me.
The access token I am using includes the following scopes:
pages_show_list business_management pages_read_engagement pages_read_user_content pages_manage_posts pages_manage_engagement
When attempting to delete a review post comment using the Graph API, I encounter the following error:
{ "error": { "message": "(#200) Permissions error", "type": "OAuthException", "code": 200, "fbtrace_id": "AO6pApG9lvP7-Zmd7rslPAm" } } Is there any way to delete review post comments using the Facebook Graph API?"