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
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).
A bot can configure on multiple fanpages. I tested it, just enter new pageId
and PageToken
then resubmit
. It still work well.
The problem is the UI configure BotFramework
not display all fanpages that authorized. When click deauthorized
, it delete all pages. We can wait dev team upgrade it or create multiple registrations like Lars said . I think it will work better soon.