Posts under category Facebook Graph API

I'm using the Facebook Graph API to request Instagram media insights. I'm trying to request the metric total_interactions, for media where media_product_type='FEED' and media_type='VIDEO'. I was previously requesting the metric engagement, but switched to total_interactions, according to the API documentation.
The switch is mandatory as using engagement no longer works and results in the following error (even when using versions < v18):
{ "error": { "message": "(#100) This metric engagement is no longer supported on version v18+. For a list of alternative metrics, visit https://developers.facebook.com/docs/instagram-api/reference/ig-media/insights.", "type": "OAuthException", "code": 100, "fbtrace_id": "-" } }
However, I receive the following error when requesting "total_interactions":
{ "error": { "message": "(#100) Incompatible metric (total_interactions) with the media", "type": "OAuthException", "code": 100, "fbtrace_id": "-" } }
The request is the following:
curl -i -X GET "https://graph.facebook.com/v18.0//insights?metric=total_interactions&access_token="
Is anyone able to get the total_interactions metric for feed video insights? I can't tell if there's something I'm doing wrong on my end, or if this is a Facebook bug.

If I post "Hello @[196567284037901]" on some of our users it will resolve to "Hello Aiven" but it won't actually tag the company
It works for my company which makes me think the permissions are correct following from https://developers.facebook.com/docs/features-reference/page-mentioning/ and syntax is correct given that it does resolve to the correct name but just doesn't tag the company
Any idea what might be happening?

I've been running into some difficulties lately with uploading videos for both Reels and Stories on Facebook. Whenever I try to upload, the process seems to hit a snag, and I can't seem to get my content to go live.
Looking forward to hearing from you all and hopefully finding a solution together! Thanks in advance for your help."
Steps to Replicate
After Uploading Videos to the following Graph APIs https://graph.facebook.com/v19.0/page_id/video_stories https://graph.facebook.com/v19.0/page_id/video_reels
Checking the status of the Videos using this API https://graph.facebook.com/v19.0/video_id?fields=status
Response : { "status": { "video_status": "processing", "processing_progress": 0, "uploading_phase": { "status": "complete", "bytes_transferred": 151626 }, "processing_phase": { "status": "not_started" }, "publishing_phase": { "status": "not_started" }, "copyright_check_status": { "status": "error" } }, "id": "*****" }

I was reviewing the release notes for v19, and there are some inconsistencies: 1) It says it was released on January 23, 2023, but I'm pretty sure that's supposed to be 2024 2) It says "In addition, we have deprecated the ability for group admins to install apps on the group, even if they have an admin or developer role on the app." That seems to imply that there will be no more apps for groups, but I can still add an app to my Facebook groups.
Any idea what's going on here?
https://developers.facebook.com/docs/graph-api/changelog/version19.0/

"With the migration of all Facebook Pages to the new Pages experience, the Page Insights tab for classic Pages has been fully deprecated as of November 1, 2023. As part of this deprecation we are also deprecating 89 Page Insights metrics."
Does anyone know which metrics are being deprecated or where documentation on this list may be?
https://developers.facebook.com/blog/post/2023/12/14/page-insights-metrics-deprecation/