Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.1 KB

Kao's - Messenger Chatbot

This app is a chat bot service for Facebook Messenger.

Facebook Mesenger customer-plugin at first

alt text

Facebook Mesenger customer-plugin chatting

alt text

Directly chatting

alt text

Try it

Try it for Messenger customer-Plugin >> https://kaosbot.herokuapp.com/customer

or message directly >> https://www.messenger.com/t/kaosbot

Implementation

  • Change token, app_id, page_id only in index.js and index.html

  • Whitelist your domain

curl -X POST -H "Content-Type: application/json" -d '{
  "whitelisted_domains":[
  	"http://localhost:3000",
  	"https://kaosbot.herokuapp.com/customer"
  ]
}' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=PAGE_ACCESS_TOKEN"
  • Have fun!

Don't forgot that my Facebook app is not released yet, So it will response me only.