Fb connector

Hello, I can not connect my chatbot to fb messenger platform. I am using this command : python3 -m rasa_core.run -d models/dialogue -u projects/default/model_20180810-113049 --port 5002 --connector facebook --credentials fb_credentials.yml My fb_credentials.yml file: verify: “minh-bot” secret: “bbfc5676a91aef2523c0b5e6d5862d02” page-access-token: “EAAZAVjEVnj5QBAON85mqOJp2XFPqS11zUorULnTtiVC1ZA2NwkeE3CbJB7Mork18Js3yF498R4GqdeayUo0eA9NSXKpJDS1jZCrO9v” I am using ngrok for local testing. when I set up webhook, ngrok gave me : GET /webhook 200 OK . but when I send messages from fb messenger, chat bot doesn’t reply

1 Like