Hi;
I tried the example app, but have some problems making it work. From the deploying page:
In the Webhooks section click “Setup Webhooks”, for the callback URL you need to enter “/webhook” and for the verify token enter in your validation secret you added to your bot.
I guess it should be absolutely url ( otherwise facebook will throw an error );
However when I try this I get this response from my url:
{
"error": "No webhook handlers configured"
}
The interesting thing is the bot is working when receiving first message from the first user, then it stop working.