My goal is to use the Facebook webhooks to get a notification whenever an IG user mentions my IG account. For that I have followed these steps:
- I have created a Facebook page and connected it with an Instagram business account.
- I have created a Facebook app (which is now live) and added the product "webhooks".
- I have connected my app with my page.
- I have created a webhook and subscribed to the mentions event.
- I have tested the webhook, using the tools provided by Facebook and it works.
The problem I'm facing is that I can't get my app to work with real data. I have tried to mention my business IG account from my IG personal account, but nothing happens. My callback url is not getting called.
My app doesn't need users to login, so I'm not sure if I need to send my app for review. Do I need a special permission?