Skip to content

Instantly share code, notes, and snippets.

@rkueny
Created December 13, 2016 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkueny/16e8bb9f0f664869412d2c4a77221529 to your computer and use it in GitHub Desktop.
Save rkueny/16e8bb9f0f664869412d2c4a77221529 to your computer and use it in GitHub Desktop.
Medium post Messenger bot - gist 1
'use strict';
const BootBot = require('bootbot');
const bot = new BootBot({
accessToken: 'FACEBOOK_ACCESS_TOKEN',
verifyToken: 'FACEBOOK_VERIFY_TOKEN',
appSecret: 'FACEBOOK_APP_SECRET'
});
bot.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment