You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Hi;
I tried the example app, but have some problems making it work. From the deploying page:
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:
The interesting thing is the bot is working when receiving first message from the first user, then it stop working.
The text was updated successfully, but these errors were encountered: