Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 881 Bytes

Facebook Messenger Bot

Facebook Messenger platform enables bots to converse with users through Facebook Apps and on Facebook Pages.

You can read the documentation the Messenger team prepared but it's not very clear for beginners and intermediate hackers.

Messenger bots uses a web server:

Build the server

  1. Install the dependencies:

    npm install
    
  2. run the server:

    node index.js
    
  3. Setting up a proxy server with ngrok.

    ngrok http 3000
    
    

To create your own messenger bot please follow the article.

Go to the Facebook Page and click on Message to start chatting!