Posts under category Meta & Facebook

Whether my app is in live mode or test mode, when I send a test webhook, I get the notification "The sample update was successfully sent to your server". However, no request is logged by my server at all. Also, other test webhooks do work, so my server and meta app are correctly set up. I also tried sending a message to my page from my own facebook account which is the same as this account and is the owner of the app. No event is received.
Did I understand correctly that I should be able to send and receive page messages with standard access without app approval?
Would greatly appreciate any help, thanks!

H have this issue when sending template message the template is approved and parameters are correct but I don't know why doesn't work, only the hello_world template works fine
{"error":{ "message":"(#135000) Generic user error", "type":"OAuthException", "code":135000," error_data":{ "messaging_product":"whatsapp", "details":"Generic user error" }, "fbtrace_id":"AChsM9L4vSRF3_71gmezn5O" }}

Button and flow messages sent via WhatsApp Business API are sent to most customers, some of whom receive a 131026 non-delivery notice. In controls; -Numbers are valid WhatsApp numbers -Current WhatsApp installed -Current WhatsApp service agreement appears to be approved. We could not understand why the sent messages could not be sent to some customers.

I'm using the WhatsApp Cloud API to send images with the view_once flag, but the image is still accessible multiple times, even though I have set the view_once parameter in the API request. I have followed the documentation carefully, and while uploading the media, I included the view_once flag. However, when sending the media through the media ID, the "view once" functionality doesn't seem to work as expected.
Upload Request: json Copy code { "file": "", "type": "image", "view_once": true } Send Request: json Copy code { "messaging_product": "whatsapp", "to": "918891168586", "type": "image", "image": { "id": "912099421100415" }, "view_once": true }
Despite following this process, the image is still viewable multiple times by the recipient.
Could you please confirm:
Is the view_once feature fully supported for images sent via media ID in the WhatsApp Cloud API? Are there any specific API versions, account settings, or additional configurations required to enable this functionality? Is there a known issue with the view_once flag, or is it still being rolled out for certain users? I appreciate your help and guidance in resolving this issue.
Thank you!