{
"error": {
"message": "(#12) singular statuses API is deprecated for versions v2.4 and higher",
"type": "OAuthException",
"code": 12,
I get this when I make the following API call
GET https://graph.facebook.com/v22.0/{POST ID}/comments?access_token={ACCESS TOKEN}
I need it to fetch the comments from my own ads, instead of manually copying and pasting them into a spreadsheet that takes forever.
I already have advanced access to pages_read_engagement, but I am trying to get pages_read_user_content as well. If this is a permissions issues, can someone point me to the right direction?
{POST ID}from? As the message says, accessing posts directly via just their post ID is not possible any more, it needs to be combined with a user or page ID, stackoverflow.com/q/31353591/1427878