I have a test application with a verified webhook and a connected test user in the Meta developers console. The webhook has two subscriptions: messages and messaging_postbacks. The webhook receives the messages callbacks but doesn’t receive postbacks when the test user clicks postback buttons in the chat. Could you please tell what is the problem?
In the same time it receives test messaging_postbacks
from the developer console.
2
Answers
It seems that subscription in the meta developers console interface doesn't work.
It requires to sent a POST request like this
See the docs https://developers.facebook.com/docs/messenger-platform/webhooks#subscribe-your-page
For me, I needed to go to “Messenger” > “Settings” and then under the “Webhooks” panel, “Edit”.