facebook-messenger-bot

How to use a single webhook for multiple messenger apps/bots?

余生长醉 提交于 2019-12-02 01:35:07
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

Facebook Messenger Chatbot for personal fan page

让人想犯罪 __ 提交于 2019-12-01 22:45:48
I created a chatbot using Dialogflow, hooked it up as a facebook messenger chatbot for my personal fan page (A fan page for my app). I passed through the first review process and it got approved. The next step is to "verify my business". I am not a business, I am just an individual developer, and I wanna allow my facebook fan page to have a chatbot that can interact with the users. I don't have a "bill" that shows my business cause I don't have on. How do I go about that, how to enable the chatbot on a personal fan page without business verification? In this case, I would go to Facebook

How can I use the same bot on multiple facebook pages using bot framework

可紊 提交于 2019-11-29 02:45:32
I have several facebook pages and I would like to run the same bot on each page. I am using the bot framework and everything works perfectly for one page now. How do I associate with multiple pages? Sorry if my answer is late You can very well handle all your page traffic through just one bot backend Create an fb app and select product as messenger Add webook config pointing to your bot Select all the pages you want to associate one by one And keep the page access token handy. Go and search page id in your fb page and keep it handy Either in constant or dB maintain page access token against

How can I use the same bot on multiple facebook pages using bot framework

☆樱花仙子☆ 提交于 2019-11-27 16:59:45
问题 I have several facebook pages and I would like to run the same bot on each page. I am using the bot framework and everything works perfectly for one page now. How do I associate with multiple pages? 回答1: Sorry if my answer is late You can very well handle all your page traffic through just one bot backend Create an fb app and select product as messenger Add webook config pointing to your bot Select all the pages you want to associate one by one And keep the page access token handy. Go and