2

In Microsoft's Bot Framework, there is Facebook Messenger Channel. And according to the setup page, i followed everything and then have finished configuring things on both Bot Framework and Facebook App ends.

Finished setting up Facebook Webhooks and it's Callback URL (with the required Verify Token). Everything seems to be correct (Please refer to screenshots below)

But when i start trying to chat to my page (from my FB Admin Account), there's no reply, nothing.

What seems to be the problem? And what should i be looking at, please?

Thanks all in advance.

enter image description here

enter image description here

enter image description here

enter image description here

4

2 回答 2

1

我现在开始工作了。

  • 在 Botframework 的“输入您的凭据”部分内,有Facebook Page Id一个要输入的字段,但我不知道Page IDFacebook 页面有一个特定的字段(可以在“关于”选项卡下找到)。事实上,我认为这是我们在 URL 中使用的那个(例如:https ://www.facebook.com/xxxxxxxxxxx ,因此:)xxxxxxxxxxx但它是错误的。
  • 然后,从 Botframework 取消授权并重新提交凭据。

感谢大家的帮助。

于 2017-02-07T02:53:10.227 回答
0

此外,您能否通过 Bot Framework 门户中的测试面板和网络聊天控件验证您的机器人是否正常工作。

您可能还希望取消授权并重新提交凭据。

奇怪的是,您在 Facebook 频道的 bot 框架门户中没有看到任何错误,这几乎意味着消息没有从 Facebook Messenger 聊天服务发送到 Bot 框架。看起来您已正确设置回调 URL(来自未屏蔽部分)。

您还可以连接 Azure App Insights 并向我们提供检测密钥(通过门户),我们会将任何错误事件发送到您的应用程序洞察实例。

于 2017-02-03T15:48:22.490 回答