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.
- Start the application:
lein run-dev
orlein run
. - Callback url (http://localhost:8080/callback) for your facebook callback.
- Read your app's source code at src/msgbot/service.clj.
- Learn more! See the Links section below.
lein run-dev
automatically detects code changes. Alternatively, you can run in production mode
with lein run
.