Skip to content

chandulal/chatbot-workshop-example3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngrok is require to make your local app to publically available

eg. to expose localhost:4567 to publically available, you need to run below command.

./ngrok http 4567

----------

To start node server, run below command

node myCarouselbot.js

----------
for config you need to install config:

npm install config

----------

To working with json file need jsonfile npm:

    npm install --save jsonfile

------------
Need to run below command for page token, if page token changes:

curl -ik -X POST "https://graph.facebook.com/v2.6/me/subscribed_apps?access_token=<page token>"

About

Example fo carousel response to chat bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published