Facebook BOT
Facebook EndPoint
The facebook endpoint is: https://zana.com/fb-bot
This endpoint is created as an Apache Reverse Proxy and points to: http://v1.idoctor.io:5000
//TODO: connection is not encrypted! As such a round about would be to close all communications via firewall.
Facebook NodeJS App
The application is based on NodeJS. It normally starts on point 5000, but this can change (see above)
to start the process:
- We open a new screen with screen -S fb-production
- change directory cd /home/idoctor/node-apps/zana-ai-1.0/
- Start node with supervisor webhook.js
- Exit Session without closing: CTRL+A, +D
Facebook DEV EndPoint
The facebook endpoint is: https://zana.com/fb-dev
This endpoint is created as an Apache Reverse Proxy and points to: http://v1.idoctor.io:5001