What do I need to do to successfully hit the insights edge on a users media with the new Instagram API with Instagram Login?
After setting up the ability to grab user and media insights through the Instagram API with Instagram login, I was able to successfully pass the review for the instagram_business_manage_insights permission. (My business is also verified for my Meta app)
However it still seems as if any account outside my testing account receives an error when hitting the insights edge from the GET //media endpoint.
The response I get: { "error": { "message": "Unsupported request - method type: get", "type": "IGApiException", "code": 100, "fbtrace_id": "AgBg7sfVnxwwLP7YtuWq8_O" } }
I have also tried hitting the individual media endpoint at GET //insights with no luck. I get different permissions error on that endpoint.
The only insights I'm able to get through the Instagram API with Instagram Login are user/profile insights.
Is there something I'm missing?