0
{
  "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?

2
  • Where did you get your {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 Commented Mar 19 at 7:54
  • @C3roe thank you! your one comment helped me figure everything out. Commented Mar 19 at 11:17

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.