Hello,
I am encountering an issue with my app despite it being active and fully verified for production use:
Context:
The app is active and verified for production according to the documentation. My webhook is configured and successfully receives events for the Test Number. However, for my Production Number, no events are received in my backend. Flow Issue:
I configured the endpoint to handle responses for the "on-click-action" in flows. The public certificate was created, but the status check fails. Could you please assist in identifying why the webhook works for the test number but not for the production number, and why the flow configuration fails the state check?
Thank you for your support.

Dear friend I have an issue with submitting the app for review. I have completed all the information in the app setting basic. after that, I submit the app for review always shows message as the image below. Please help me about this case. Best Regards,

I am writing to seek your urgent assistance regarding a critical issue that has significantly impacted our online presence. Our official Facebook page was unpublished yesterday, citing copyright concerns, despite our adherence to all applicable guidelines. We have already followed the standard appeal process with Meta, but unfortunately, the page remains inaccessible. This situation has disrupted our ability to connect with our audience and continue our regular operations. If there are any additional steps or solutions we can take to reactivate our page, your guidance would be greatly appreciated. Thank you

There is conflicting information in the docs https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login/mentions
This page says "Identify captions, comments, and IG Media in which an Instagram Business or Creator's alias has been tagged or @mentioned."
Toward the bottom of the page it says you can listen for mention webhooks to get comments your account has been mentioned in.
I have not been able to get those webhooks to work. I can only get posts that my account is tagged in with the /tags endpoint.
Are there plans to implement this with the Instagram Login api?

I have a Facebook app with business verification completed. My app is a consumer app and has standard access to oEmbed read. My goal is to use the oEmbed Read feature. However, when I test its endpoints using the Graph API Explorer or Postman, I receive the following error:

(#10) To use 'oEmbed Read', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'oEmbed Read' feature for review, please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.

I used app id | client id as access token. Exp: 12346|879565654

I can't request advanced access of oEmbed Read because the button is disabled. For enable it I need to use the api and get 200, but it gets the error I provided above. I'm stuck because of this. Is someone know what should I do and give me steps? Or is this just a Facebook bug?

I tried sending request with Postman, with SDK and with Graph API explorer while app is in live mode and dev mode, but I still get the error provided above.