How to use a single webhook for multiple messenger apps/bots?
I'm developing different chatbots for different fb pages but I only have one server to run them. For the first chatbot I am using https://mydomain/webhook as webhook and everything works fine, all the messages are sent to the 443 port and my program process them. Now I was wondering what should be the webhook for my second chatbot. My idea was to open a https connection on another port and use https://mydomain/webhook:myport as webhook so that each bot listen on a different port and each webhook points to them accordingly. Unfortunately when I try to validate my webhook from the facebok