Skip to content

m-nathani/facebookMessengerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!