简体   繁体   中英

How to debug a Facebook chatbot?

I am working on a basic Facebook chatbot, but ATM I need to deploy the code I want to test, and this means pull request, merge, deploy, bla bla.

Is there a way to expose a url from my vagrant box in order to speed up the development?

thanks

M

One of the best tool is probably https://ngrok.com/ that can help you open a tunnel between your local environment and the world. For Vagrant you can use Vagrant Share which uses ngrok see documentation here : https://www.vagrantup.com/docs/share/index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM