Facebook Messenger Bot Template for Rails
A Ruby on Rails version of the Simple Echo Bot from the Facebook Messenger Platform Quick Start guide. It has the same features as the node.js version (plain text, generic message and postback).
#
Setupgit clone [email protected]:anakornk/simple-messenger-bot-rails.git
cd simple-messenger-bot-rails
bundle install
bundle exec figaro install
- Edit application.yml
PAGE_ACCESS_TOKEN: 'pageaccesstokenhere'VERIFY_TOKEN: 'verifytokenhere'
GITHUB: https://github.com/anakornk/simple-messenger-bot-rails