From 7e00fc7f47b54134a93eb48ac06a7138ea31f7c0 Mon Sep 17 00:00:00 2001 From: Thomas Taschauer Date: Fri, 7 Oct 2016 09:44:28 +0200 Subject: [PATCH] fix access token environment variable --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b78f342b..d969b4a9 100644 --- a/index.js +++ b/index.js @@ -51,7 +51,7 @@ app.post('/webhook/', function (req, res) { // recommended to inject access tokens as environmental variables, e.g. -// const token = process.env.PAGE_ACCESS_TOKEN +// const token = process.env.FB_PAGE_ACCESS_TOKEN const token = "" function sendTextMessage(sender, text) {