From eaf6daa7dac1b0db574ba14ea8497fc27df7e41d Mon Sep 17 00:00:00 2001 From: addiryan Date: Wed, 28 Mar 2018 21:13:50 +0200 Subject: [PATCH] Delete readme.md --- readme.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index 2085576..0000000 --- a/readme.md +++ /dev/null @@ -1,16 +0,0 @@ -# Facebook Messenger Bot -This is a simple python template that uses Flask to build a webhook for Facebook's Messenger Bot API. - -Read more in my [tutorial that uses this repository](https://blog.hartleybrody.com/fb-messenger-bot/). - -*New:* [Check out my Facebook Messenger Bot Course](https://facebook-messenger-bot.teachable.com/p/facebook-messenger-bot/). It walks you through the process of getting this bot hosted on heroku step-by-step, and also unlocks all the content that's hidden in this repo's branches. - -## "Callback verification failed" - -![Facebook Error](https://cloud.githubusercontent.com/assets/18402893/21538944/f96fcd1e-cdc7-11e6-83ee-a866190d9080.png) - -The #1 error that gets reported in issues is that facebook returns an error message (like above) when trying to add the heroku endpoint to your facebook chat application. - -Our flask application intentionally returns a 403 Forbidden error if the token that facebook sends doesn't match the token you set using the heroku configuration variables. - -If you're getting this error, it likely means that you didn't set your heroku config values properly. Run `heroku config` from the command line within your application and verify that there's a key called `VERIFY_TOKEN` that has been set, and that it's set to the same value as what you've typed into the window on facebook. \ No newline at end of file