Is there a way to get the status of a post through the Facebook API, specifically whether monetization is enabled or if it has been restricted due to violations of Facebook's monetization policies or copyright issues?

I searched through the Facebook API documentation, including sections on post insights, but couldn't find any clear reference to retrieving the monetization status.

I'm currently working on a side project using the Meta Threads API. I'm trying to use the Media Insights API to build a feature that retrieves daily insights. However, even when I include the since and until parameters, the response always returns the same data—it only gives me the current insight values.

The image below is a screenshot from my side project.

screenshot of my work

Here’s the URL and parameters I’m using:

I also tried using the since and until parameters with the YYYY-MM-DD format, but it still returns the same result. For example:

  • since: 2024-09-13
  • until: 2024-09-14

Am I missing something, or is this an API bug? Any help would be greatly appreciated!

I wanted to see the daily changes in metrics like views, likes, and replies.

Hi everyone,
for our App with ID 494631521168029 we cannot request the "instagram_graph_user_media" permission anymore since some weeks. And we cannot re-request the permission as you can see in the screenshot.
We don't know why, there is no open review, no open required action and our data protection (GDPR) check was also marked as "done" some days ago.
Can you help us unlock the request button again or even give us back our already reviewed permission? Our app is not working since almost a month now because of this revoked action and we are getting angry calls by our customers already.
Please help.
Best regards Florian

We have a question about Event IDs. We see the following data in our BigQuery Data Warehouse, coming from Meta Ads API. Please see a screenshot attached.
The last two mention some kind of IDs. We are trying to identify them. However, we could not find Event IDs to our conversion events in the Events Manager (those offsite_conversions)
Could you please help us to identify what offsite (custom) conversion events are we getting from API, as shown on the screenshot - where (within the Ads Manager) to find the IDs, that are mentioned in the actions.action_type column?

Hi All, I am following this link https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/carousel-templates - to create the carousal templates.
But getting below error while trying to create the carousal template. { "error": { "message": "(#100) Using file handle created for another user", "type": "OAuthException", "code": 100, "fbtrace_id": "ANcGOLvFKh8nMMa5JrQBjEB" } }
I Have Tried With Both UAT, PAT But getting same error