Bottr icon indicating copy to clipboard operation
Bottr copied to clipboard

No webhook handlers configured

Open panayotoff opened this issue 7 years ago • 2 comments

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.

panayotoff avatar Dec 01 '16 01:12 panayotoff

@panayotov I'm wondering if there is somehting about FB's API that changed. I'm working on making the client more robust.

Are you able to get a log of what Facebook sends to your server ?

jcampbell05 avatar Dec 02 '16 17:12 jcampbell05

@jcampbell05 No, just this. I gave up eventually, but I'll give it a try as soon as possible.

panayotoff avatar Jan 06 '17 20:01 panayotoff