Skip to main content

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).

Facebook Message Bot Template for Rails

Setup#

  1. git clone [email protected]:anakornk/simple-messenger-bot-rails.git
  2. cd simple-messenger-bot-rails
  3. bundle install
  4. bundle exec figaro install
  5. Edit application.yml
PAGE_ACCESS_TOKEN: 'pageaccesstokenhere'VERIFY_TOKEN: 'verifytokenhere'

GITHUB: https://github.com/anakornk/simple-messenger-bot-rails

Links#