From a0cf36e261e1afaed73825581a90de3b087a24c0 Mon Sep 17 00:00:00 2001 From: Pankajashree Date: Sun, 7 May 2017 12:09:49 +0530 Subject: [PATCH] Setup Webhook URL correction While setting up webhook, we need to give /webhook , otherwise authentication wont work. There are many issues posted regarding this so I proposed a change in the readme file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6684a57..00e9b400 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ You can also skip the whole thing by git cloning this repository, running npm in ![Alt text](/demo/shot1.jpg) -2. In the app go to Messenger tab then click Setup Webhook. Here you will put in the URL of your Heroku server and a token. Make sure to check all the subscription fields. +2. In the app go to Messenger tab then click Setup Webhook. Here you will put in the URL of your Heroku server (https://this-app-68903.herokuapp.com/webhook/") and a token. Make sure to check all the subscription fields. ![Alt text](/demo/shot3.jpg)