Posts under category Meta & Facebook

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

The news from September 4 states that support for the Instagram Basic Display API will end on December 4, 2024, and migration to the Instagram API is recommended.
However, the Instagram API only provides methods for working with Instagram business accounts and creator accounts. There are no methods for personal accounts. Only the Instagram Basic Display API works with personal accounts.
Will there be methods to work with personal accounts in the Instagram API? Or have they decided to simply cut this functionality?

Error with getting this page. https://www.instagram.com/accounts/login/?force_authentication=1&next=%2Foauth%2Fauthorize%3Fenable_fb_login%3D0%26state%3D11715%26client_id%3D1551538849069679%26redirect_uri%3Dhttps%3A%2F%2Fdev.monobot.ai%2Fapi%2Fchatbot%2Fintegrations%2Finst%2Fredirect%26response_type%3Dcode%26scope%3Dbusiness_basic%2Cbusiness_manage_messages%2Cbusiness_manage_comments%2Cbusiness_content_publish%26logger_id%3Dff890c42-4503-4c4a-ba7e-69da1c656227
How can I resolve this error and why it's happend. If it's restriction. How I can upgrade restrictions?

I am currently developing an app that interacts with Facebook Page content and messages using Facebook webhooks to receive event notifications when users engage with the page.

While I’ve successfully set up and received webhooks for most events, such as page messages and feed comments, I’m experiencing an issue where the webhook is not triggered when someone posts a comment that contains a video or GIF. It seems Facebook doesn’t send any event notifications when these types of media are included in the comment except PHOTO.

I’ve noticed other developers have reported similar issues in these threads, but there is no clear solution:

My goal: I need to capture comments that contain videos, GIFs, or stickers as soon as they are published. Actively polling for comments using the Graph API is not an ideal solution due to rate limits and the need for near real-time behavior.

Question: Has anyone found a solution or workaround for receiving these types of comments (with videos, GIFs, or stickers) in real-time using Facebook’s webhooks? Is there any other method to capture them efficiently without constantly querying the Graph API?

Any help or guidance would be greatly appreciated!