Reputation: 2704
I am playing with facebook messenger API
I wonder if there is a way to maintain context of the conversation. Maybe some kind of sequence order, or payload after messages.
Thank you.
Upvotes: 0
Views: 215
Reputation: 2848
Messages include a mid
you can use:
https://developers.facebook.com/docs/graph-api/reference/v2.11/message
Upvotes: 1