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

前端 未结 5 2127
失恋的感觉
失恋的感觉 2020-12-16 07:12

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 assoc

5条回答
  •  抹茶落季
    2020-12-16 07:41

    Each page needs its own facebook application. Once you have created your applications you can link them to the same bot but they will use a different page token in case that you are validating the signature in your code and probably you want to use a different url for each of them.

提交回复
热议问题