Posts under category Meta & Facebook

After I was passed the app review(page_messaging) I switched my app from development mode to Live mode. I've tested with the public user who doesn't have a role on the app, but the webhook still not trigger. Anyone know how to make the webhook can be triggered by public user. please help me T.T
Thank you in advance

We are using the me/accounts endpoint to get a list of business accounts user has access to. Up to 1 month ago it was working fine, but now we are getting reports from clients that they can’t connect their business account to our app. It looks like the /me/accounts endpoint stopped returning the pages that are connected as a business account. Only personal pages associated with their personal account are getting listed.
Permissions we are requesting: public_profile,business_management,pages_manage_metadata,pages_read_engagement,pages_read_user_content,pages_manage_posts,pages_manage_engagement,user_posts,ads_management
docs: https://developers.facebook.com/docs/graph-api/reference/v16.0/user/accounts Can you please help in resolving the issue with getting business pages as well with /me/accounts endpoint.

If I have wamid, is there a way to retrieve all message information, including whether it was sent, delivered, or read via the API?

I am receiving via webhook status sent, delivered and read, however, the wamid sent in the webhook is different from the message with text content

I need to update the status (sent, delivered and read) of the message with text content.

The first message with text content has a different wamid than the warning via webhook with the information sent, deliveres and read

I have configure for a page to receive call when an user triggers by sending messages (I have page_messaging permission already). I checked and ticked all the boxes that I needed for that function in step 2 Generate access token (messages subscription). I sent to the page a message and receive a to my webhook instantly, but only once. The next time I sent it didn't send anything to my webhook, so I double-checked and the subscriptions were removed so I had to tick again.
Bonus: I changed the API Token of the page but I could still send messages with the old token. Is that a bug