bot框架facebook多个页面

问题描述:

llhi,

我已经通过Bot Framework配置了Facebook连接,该Bot Framework请求配置一个Facebook页面,一个应用程序,然后再配置一个令牌.是否有可能指出如何通过同一Microsoft Bot Framework管理多个Facebook页面?如果不可能,有哪些可用选项? 感谢您的反馈,

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,

致谢

如果我正确理解了您的问题,您想要一个可以在多个Facebook页面上运行的机器人吗?为此,您需要在BotFramework中为您的机器人创建多个注册(每个Facebook页面一个注册).每个注册都可以调用相同的漫游器(只需使用相同的Webhook).

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).