How can i set my status with Meta Cloud API?
Hello, I need to change the status shown in the Meta Cloud API application. Do you know how to do this?
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
Hello, I need to change the status shown in the Meta Cloud API application. Do you know how to do this?
When I try to add a phone number it says that I ve reached the phone number limits even if I have no numbers in my Whatsapp Account
Hi, all invocations to the facebook graph API to display Whatapp e-commerce products are suddenly receiving the following error:
"error": { "message": "(#131009) Parameter value is not valid", "type": "OAuthException", "code": 131009, "error_data": { "messaging_product": "whatsapp", "details": "Invalid catalog_id." },
even though the catalog_id is definitely valid. Happening on multiple unrelated WhatsApp business accounts.
Hi all, today we started getting an error when sending the MPM Template messages. We still use the same endpoint and JSON payload but we get the error that the catalog_id is invalid.
Please find the error below:
{ "error": { "message": "(#131009) Parameter value is not valid", "type": "OAuthException", "code": 131009, "error_data": { "messaging_product": "whatsapp", "details": "Invalid catalog_id." }, "fbtrace_id": "AoLdTLaDrpOT60qmiBGh_Kc" } }
I am trying to send a WhatsApp template message using Postman. I am receiving a successful response with a WhatsApp ID, but the message is not being received by the recipient (which is myself for testing purposes).
Here are the details of my request:
{ "to": "recipient_number", "template": { "name": "your_template_name", "language": { "code": "en", "policy": "deterministic" }, "components": [ { "type": "BODY", "text": "Hello, this is a test message." } ] } }
I have checked the following:
Despite these checks, the message is not being delivered. I would appreciate any insights.