I have tried all possibilities to get insights for a media post posted in instagram.
That's the post which I am trying to get insights for-
https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BUs4jxfAtIs/
Clearly endpoints provided by instagram are not sufficient to get any kind of insights data.
And when I try graph api
v2.9/1525843122691691052_5512691375/insights
I receive an error:
{
"error": {
"message": "(#803) Some of the aliases you requested do not exist: 1525843122691691052_5512691375",
"type": "OAuthException",
"code": 803,
"fbtrace_id": "A64kR4gnbfC"
}
}
Is this even possible? Has anyone been able to do this? The documentation does not help much and looks like not to be up to date.