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.

I've been able to success connect to Facebook Graph API for Instagram and now I have all messages and conversations stored and I also can send messages to any user I want, but, I'm trying to find two endpoints that seems impossible to:

  1. An endpoint or param to REPLY to a specific direct message, not just send a message to the user.
  2. An endpoint or param to mark a conversation as read, because besides I'm sending DMs via API, in the app the conversation still marked as unread.

Anyone have any idea?

Thanks!

I've tried to use Facebook endpoints but didn't worked, I also tried to copy Whatsapp but again it failed.