Posts under category Meta & Facebook

One of our apps has been restricted with the following error:
Error We've restricted this app for violating the Meta Platform Terms and Developer Policies. Read more or appeal
There is no message in the inbox and when going to the Developer Appeals page (https://developers.facebook.com/appeal/), we don't see any way to appeal. The page indicates that "None of your apps are restricted."

We have 2 additional uses cases we want to leverage our App permissions for. We our aware of the purpose limitation in the Meta Terms of Service. So how do we conduct an app review if were not requesting additional permissions to ensure were complying with the terms of service?

When you mention page but does not tag the page (go directly to page and type at mention tab) the webhook is send but using the wrong verb
example
{
"entry": [
{
"time": 1714184368,
"changes": [
{
"value": {
"created_time": 1714184363,
"item": "post",
"verb": "edit"
},
"field": "feed"
}
]
}
],
"object": "page"
}
anyone face this problem