Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bot framework facebook multiple pages

llhi,

I have configured Facebook connection thru Bot Framework, which has requested to configure one single Facebook page, app, and then token. Is it possible to indicate how to manage several Facebook pages thru the same Microsoft Bot Framework? If not possible, what are the available options? Thx for your feedback,

Regards

like image 860
AChan Avatar asked Oct 18 '22 08:10

AChan


1 Answers

If I understand your question correctly, you would like a bot that works across several Facebook pages? Do to this you'll need to create multiple registrations in the BotFramework for your bot (one for each Facebook page). Each registration can call back to the same bot (just use the same webhook).

like image 168
Lars Avatar answered Dec 30 '22 22:12

Lars