I want to get the insights of other Instagram public pages through business_discovery endpoint of Instagram Graph API. I have made all the necessary requirements, but when I am hitting the API it returns with:
"message": "(#10) Application does not have permission for this action",
Trying to hit : https://graph.facebook.com/v19.0/17841405309211845?fields=business_discovery.username(bluebottle){followers_count,media_count}&access_token=
Access-Token using : I am using the Grapgh API Explorer's access token.
I have tried with me and this id its not working.
Full Error :
{
"error": {
"message": "(#10) Application does not have permission for this action",
"type": "OAuthException",
"code": 10,
"fbtrace_id": "Al9SGP7XBJm0CyqP3MCB0p4"
}
}
I tried changing the id that is placed after v19.0 but it gives different error. Please I need to get insights. I am new to these Instagraph API's. Please help and guide what to do next.