Posts under category Meta & Facebook

I can't seem to moderate the Facebook Comments for my site. Anyone able to tell me the problem? FB says they no longer give support for the FB Comments Moderation Tool. :-(
https://developers.facebook.com/tools/comments
Any attempt to moderate ends with:
"This content is no longer available The content you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may have expired, or you may not have permission to view this page."

Hi support,
Before we started receiving JSon with a following node in the return
entry[1].changes[1].value.messages[1].document.id
and now only the Json is coming up to the entry[1].changes[1].value.messages[1].document tag
We need our customers to view images and documents, but the json is not being returned in full

Hi, a few days ago I was receiving messages correctly with attachments or contexts. But I'm trying today and I'm not receiving the complete json.
Here is the documentation, which says that nothing has changed:
I need help, I don't know if it's because of something in the code, configuration or payment on the account.
{ "object": "whatsapp_business_account", "entry": [ { "id": "365366813322807", "changes": [ { "value": { "messaging_product": "whatsapp", "metadata": { "display_phone_number": "....", "phone_number_id": "...." }, "contacts": [ { "profile": { "name": "...." }, "wa_id": "58412...." }], "messages": [ { "from": "58412...", "id": "wamid....=", "timestamp": "1731960113", "type": "image" }] }, "field": "messages" }] }] }

We created a WhatsApp Business Account (WABA) on our demo environment and everything works as expected. We then disconnected that WABA from demo and connected it on prod which has a different webhook url. No webhook events are being sent after switching which facebook app we connect with.
We then tried creating a fresh WABA on our facebook business (new number) via the whats app embedded signup flow (on prod) and we are still not receiving webhooks.
How are we supposed to connect a WABA to our production (live) app for use in the app review when we don't receive webhooks for incoming messages? What piece are we missing?