Bot framework facebook multiple pages

llhi,

I set up a connection to Facebook via the Bot Framework, which asked me to set up one Facebook page, application, and then a token. Can I tell you how to manage multiple Facebook pages through the same Microsoft Bot Framework? If this is not possible, what are the available options? thanks for your feedback,

Hello

+5
source share
2 answers

If I understood your question correctly, would you like the bot to work on several Facebook pages? To do this, you need to create several registrations in BotFramework for your bot (one for each Facebook page). Each registration can call back to the same bot (just use the same webhook).

+3
source

The bot can be configured on several files. I tested it, just enter the new pageId and PageToken , then resubmit . It still works well.

The problem is setting up the BotFramework user interface, which does not display all allowed files. When you click deauthorized , it will delete all pages. We can wait for the development team to update it or create some registrations, for example Lars . I think this will work better.

0
source

All Articles