Facebook GraphAPI: page subscribed_apps with subscribed_fields messages is not working
I tried to subscribed apps with webhook fields messages
by using graph api page subscribed_pages
edge from this link. I got the success response after POST request. And I also got the subscribed app information by using GET request as follow.
I cannot see the webhook fields messages
in App Dashboard->Messenger API setting -> webhook fields
text box. And my application didn't get notification message from page.
I have to subscribe messages
manually from App dashboard. After that, my application got the notification message from page.
I would like to subscribe webhook fields by using graph API. But the problem is graph API subscribed_pages
edge is not reflected the webhook fields in App. I am stuck in this issue. May I know any idea or possible way to use graph API for subscribed webhook fields?