rafalbromirski / msgbot

Clojure Backend code for Facebook Messanger BOT webhook callback.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msgbot

Clojure Backend code for Facebook Messanger BOT webhook callback.

only you have to change your :hub.verify_token value and page token value in code to test your BOT app.

Getting Started

  1. Start the application: lein run-dev or lein run.
  2. Callback url (http://localhost:8080/callback) for your facebook callback.
  3. Read your app's source code at src/msgbot/service.clj.
  4. Learn more! See the Links section below.

lein run-dev automatically detects code changes. Alternatively, you can run in production mode with lein run.

Configuration

Links

About

Clojure Backend code for Facebook Messanger BOT webhook callback.


Languages

Language:Clojure 90.3%Language:HTML 9.7%