I'm trying to use Direct Line API of microsoft bot framework,
Following steps are followed.
- Got Conversation Id from application(running on node.js)
[conversationId123]
- Create Conversation Token from postman https://directline.botframework.com/api/tokens/conversation
[ConversationToken456]
- Get Conversation Messages using conversationId123 & Authorization header using ConversationToken456
https://directline.botframework.com/api/conversations/conversationId123/messages
I receive
BadArgument:Security token not valid for this conversation
Did I miss something?