I have previously succeeded in retrieving IG Hashtags via the API and in downloading media related to this hashtag seach. Now I would like to get the media information via the IG Media request. However i am not able to get the IG Media and get the following error message:
{
"error": {
"message": "Unsupported get request. Object with ID 'xxxxxx' 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": "ADoNIVirUIhWV6N0kovAum9"
}
}
I got the ID "XXXXX" from the "ID" field in the IG Hashtag Recent Media request. So the media id should exist.
The permission should be sufficient too as I temporarily granted all possible permissions in order to exclude this potential error source.
Any idea what the problem could be? I found similar inquiries, but they were all unresolved, so I am reposting them.

Tag:-

Only one comment.

  1. Dom

    Facing the same issue and I think I know why this is happening. You can read under "Limitations": "This API returns only data for media owned by Instagram professional accounts. It can not be used to get data for media owned by personal Instagram accounts."
    https://developers.facebook.com/docs/instagram-platform/reference/instagram-media

Add a new comment.