I am trying to receive Instagram webhook notifications for my own Instagram account. I have done all the followings as stated in the documentation (). However, not receiving any webhook notifications at all.
{"id":"id","username":"username","subscribed_apps":{"data":[{"id":"id","subscribed_fields":["mentions","comments","messages"]}]}}
After doing all these and mentioning above's Instagram account from a different instagram user on a specific media is not working (any other webhook notifications are not working, just to be clear). The test requests from the dashboard are working fine.
Am I missing something ... ? I am stuck on this issue for sometime now and any help would be much appreciated. From my understanding, standard access level is all I need since I only want notifications for my own instagram account.