Posts under category Facebook Instagram Graph API

I've been looking around and haven't found mention of this "bug" in a bit. It seems to be similar to this ticket here: https://developers.facebook.com/support/bugs/600724068502172/.
Essentially, some of our users can't use the Instagram basic API even though they have gone through all the procedures of removing authentication, re-connecting ,etc... When I test their access token directly, it appears all the fields work except media_url. This is for the endpoint : https://developers.facebook.com/docs/instagram-basic-display-api/reference/media
We are approved for all the basic instagram permissions(instagram_graph_user_profile, and instagram_graph_user_media) and have our business verified. Most use cases work, but there are occasional users that can't connect to download their media.
I'm wondering if their account is flagged or something? The HTTP error isn't very helpful, so I'm not really sure where to go from here. It appears the only way to contact meta support is via this community forum. Hopefully somebody from Meta is monitoring this, because we don't have any actionable steps to unblock this user.
Thank you in advance.
{
"error": {
"message": "Unsupported request - method type: get",
"type": "IGApiException",
"code": 100,
"fbtrace_id": "AIj4Hm4NREKEBpGJOBRdfS3"
}
}

I have tried location tagging earlier and it used to work but now we are unable to add location tag to the Instagram Reel posts since past few weeks. Though the location_id passed through params in the "{ig-user-id}/media" API is correct, the location doesn't reflect on the publish Reel post, which used to work properly. Can someone please help in resolving this.
Graph API v18.0 media_type - REELS location_id - 110774245616525 (fetched through Pages Search API)

Hello,
When I send an Instagram Insights API request for follower_count metric this month via Graph API Explorer, the value in the response is 0 after May 14.
I already know there is an around 2-3 day latency for real follower_count metric to be shown, but I think it's unusual for the metric 5-6 days ago.
Could there be any issue regarding Instagram Insights API?
Thanks in advance.

Hi there,
I'm trying to publish a video post to Instagram Feed & Reels by passing the following params to the /media endpoint in Graph API v18.0:
media_type=REELS share_to_feed=true video_url= https://static.videezy.com/system/resources/previews/000/032/359/original/MM008645___BOUNCING_FRUIT_009___1080p___phantom.mp4 caption=countdown reel & feed location_id=297605497404
The post gets published successfully, however the location tag is not added.
The location id is obtained by querying the Pages Search API.
Does anybody else have this issue?