I'm trying to access the media of my Instagram business account connected to Facebook page through Facebook Graph API.
I've set up everything as requested: I have an Instagram business account, a Facebook page connected to this account and a Facebook app.
When I try to get the Instagram Account ID with
GET /v3.3/{page id}?fields=instagram_business_account
the response I get looks different than the one in the guide. The Instagram business account field is missing, I only get back the ID of the Facebook page, which I already have.
Please suggest is it required to submit Instagram permission
instagram_basic
instagram_manage_insights
for review to get Instagram account media data for an admin user?
Note :-I can't change my Instagram account to private and then to business again.Because i can't lose my insights.
I expect the output with a business_instagram_id but the actual result return the page id itself. Please suggest.