Reputation: 71
I'm accessing page conversations and their messages using this reference: https://developers.facebook.com/docs/graph-api/reference/v8.0/conversation
My steps are:
This returns a list of conversation IDs i.e t_1000000000, t_200000000...
This returns all messages in the conversation, however sender ID is not available - I can't tell if the page sent it or the user sent it.
What's the best way to get the sender ID for each message?
I can get sender ID from:
v8.0/t_1000000000?fields=senders, but how do I use this to filter messages?
Thank you
Upvotes: 1
Views: 1610