Posts under category Facebook Instagram Graph API

https://developers.facebook.com/docs/instagram-platform/instagram-graph-api/webhooks#step-2--enable-page-subscriptions
See reference and API I enabled page subscriptions via , but the Instagram Story Insights webhook was never sent to the expected callback URL.
POST
"https://graph.facebook.com/v19.0/{page-id}/subscribed_apps?subscribed_fields=feed&access_token={page-access-token}
Add prerequisites. - "Configure Webhooks Product" completed - "story_insights" is already subscribed - App mode is "Development" - The application for "Advanced access" in "Permissions and Functions" has not been completed.
I don't know if the request parameters for "enable page subscription" are different, if the target endpoint is different, or if the settings are missing, so please help me.

I am working on building an Instagram app (I actually use Instagram Basic API, but that category was unavailable). I use my Instagram account as an "Instagram tester account" and make Api calls through it to get my media content as part of testing. I have received the notification "automated behavior is suspected on your account" (image attached). How can I stop this message? As I need to test in order to build the app.

Same request was working fine until June 18, 2024. Now it fails for some IG profiles and work for other. It looks like a bug, could you please check it?
Example of request:
/media?fields=username,id,caption,media_type,media_product_type,media_url,permalink,timestamp,insights.metric(ig_reels_video_view_total_time,ig_reels_avg_watch_time,clips_replays_count,ig_reels_aggregated_all_plays_count)
Response is ```{ "error": { "message": "An unknown error has occurred.", "type": "OAuthException", "code": 1, "fbtrace_id": "A83c14uz-ENaJ2svVXpLU4o" } }