aboullaite / SpringBot

Messenger Bot that, based on typed text, query spring documentation and return 3 first results
29 stars 50 forks source link

Is this possible to get conversationId #3

Open apovn opened 6 years ago

apovn commented 6 years ago

It's not a bug but Is this possible to get conversationId ? When a user chat to BOT, I want to get the conversationId Ex: https://www.facebook.com/[page_name]/inbox/?selected_item_id=100010530280135

I want to get selected_item_id value, store it so I can send message to that user later.

Thank you