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

前端 未结 5 2128
失恋的感觉
失恋的感觉 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 08:06

    You can subscribe same app to multiple pages. Once the facebook app is subscribed the messenger associated with that app would be associated with the page.

    https://developers.facebook.com/docs/graph-api/reference/page/subscribed_apps/ this api is used to add facebook application to a page

提交回复
热议问题