我正在尝试使用microsoft bot 框架的Direct Line API,
遵循以下步骤。
- 从应用程序获取对话 ID(在 node.js 上运行)
[对话 ID123]
[对话令牌456]
- 使用conversationId123获取对话消息和使用ConversationToken456获取授权标头
https://directline.botframework.com/api/conversations/conversationId123 / messages
我收到
BadArgument:Security token not valid for this conversation
我错过了什么?