I would like to be able to query the webhook configuration of a Facebook app.
That is, when you setup a webhook for your FB app, you specify what events you want to subscribe to:
https://developers.facebook.com/docs/messenger-platform/webhook-reference#setup
My question is pretty simple: is there a way to query which events have been subscribed to for a given FB app/page ID?
Thanks in advance.