Posts under category Meta & Facebook

I'm trying to create an ad account in my Facebook Business with this API endpoint:

https://developers.facebook.com/docs/marketing-api/reference/ad-account/

I'm using these parameters for my API call:

{   "name": "Graph API Test 123",   "currency": "EUR",   "timezone_id": "42",   "end_advertiser": "{my_business_id}",   "media_agency": "{my_fb_app_id}",   "partner": "NONE",   "funding_id": "{my_funding_id}" } 

According to the docs, a POST endpoint is available and valid.

When removing the funding ID from my request it works. I've checked if the payment method behind the funding ID is active and valid and it is. It's assigned to other ad accounts as well and I'm spending money with it.

Does anyone know why this happens? I'm pretty sure it used to work in the past.

We have confirmed the phone number for the API, but I get the following error when getting the access token
Unsupported post request. Object with ID '455168744337481' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api

I press the "Create template" and then setting the type of template ("Utility"), then after I press next it takes me back to my dashboard of templates.
If I ty to edit a template from the library it goes pretty much the same. Whenever I lclick on a template and click "Edit" it takes me back to the dashboard.
Also, when I'm in the dashboard after clicking on a button it does several autoamtic reloads of the page to finally display the page. In fact, I've been blocked by facebook from accessing my dashboard because "I was doing things too fast" even though it was facebook who did the reloads automatically and spammed itself basically.
All in all, my experience with the WhatsApp API is horendous, but unfortunately I need it, so any help would be much appreciated.

Hi everyone,
I'm currently working with the WhatsApp Cloud API and have successfully set up a webhook that triggers perfectly for our test number. However, when I switch to the production number, the webhook is not getting triggered.
Here’s what I’ve checked so far:
The webhook is properly set up and verified in the Meta Developer Dashboard. Both the test and production numbers are registered and linked to our WhatsApp Business Account (WABA). The test number triggers the webhook without any issues, but no events are being received when using the production number. We have also ensured that the production number is subscribed to the same webhook events (messages, status updates, etc.). Has anyone else encountered this issue? Are there any extra steps or permissions required specifically for production numbers that I might be missing? Any help or suggestions would be greatly appreciated!
Thanks in advance!