Facebook connection

Hello, I can’t connect my chatbot to fb messenger platform.

python3 -m rasa_core.run -d models/dialogue -u models/current/nlu --port 5002 --credentials credentials.yml --debug

my credential file : facebook: verify: "rasa-bot" secret: "XXX" page-access-token: "WWW" I’m using ngrok for local testing. when I set up webhook, ngrok gave me : GET /webhooks/facebook/webhook 404.

I can’t validate my webhook.

Hey Matt - Have you checked if it is running fine locally?

I have this same problem, anybody has any solutions?

python3 -m rasa_core.run -c facebook -d models/dialogue -u models/current/nlu --port 5002 --credentials credentials.yml --debug

add that to your command

I reinstalled rasa_core and tried to run with the channel argument(-c) and it solved it for me. Thanks a lot :raised_hands:t3:

1 Like