Starting December 21st all API requests coming from Heroku get blocked by FB. Requests coming from local machine with whitelisted IP continue to work. Ran a script to identify Heroku IP and added that IP manually to whitelist but this is not scalable since Heroku assigns IPs dynamically. Has anyone else started seeing this issue recently? Any feedback from FB?

I'm having a few issues with WhatsApp business API webhook. I've subscribed to the webhook under WhatsApp business account and turned on the messages event as well, but I don't get any notifications when the user sends a message to the business number.

I can say for sure that my server is setup properly to receive calls as the test webhook calls are reaching my server, but nothing when the user sends a message to the associated business number.

I have checked my access token as well for anything and it seems to have the proper permissions associated with in the access token debugger including whatsapp_business_management and whatsapp_business_messaging

Has anyone faced this before?

I have checked my access token as well for anything and it seems to have the proper permissions associated with in the access token debugger including whatsapp_business_management and whatsapp_business_messaging

I have a question about Instagram's sending API.
The official meta documentation states the following about the per-second limit:
100 calls per second per Instagram professional account for messages that contain text, links, reactions, and stamps
10 calls per second per Instagram professional account for messages that contain audio or video content
Reference: https://developers.facebook.com/docs/messenger-platform/overview#instagram-------
I'm having trouble figuring out which limit applies to messages that contain images based on this explanation.
Does content that contains images fall under the "10 calls per second" limit? Or does it fall under the "100 calls per second" limit?
Thank you in advance for your support!

I want to create an API to basically call conversion API based on the

  1. to user access token through embedded signup
  2. manually select event type
  3. get the pages which the user will select through the access token the above are all working properly, but now I also want to get the pixels based on the page selected so I have the page id, access_token but I am unable to get any API that gives me the pixels as per the page.

I have tried:

  1. https://graph.facebook.com/v21.0/me/adaccounts?fields=business_name,name,account_status,balance,currency,adspixels{name,code},amount_spent,min_daily_budget,insights&access_token=

    But it returns me: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api"

  2. https://graph.facebook.com/v21.0/ad_account_id/adspixels

    but in this I have manually added the ad account id and it still didn't work, but I want to be able to call it dynamically.