Wednesday, April 25, 2018

Find out who has written a message in a Facebook Conversation

Leave a Comment

I'm dealing with bots in my app and a costumer ask me to auto detect the bot`s messages in a conversation.

When an app create a post I can see who wrote the post with: me/posts?fields=admin_creator

But when someone wrote a message in a conversation how can I see who wrote this message in the conversation API me/conversations?fields=messages

1 Answers

Answers 1

You can me/conversations?fields=messages{message,from,...} or any field of Message. You can read this manual on how to make querys with greater complexity.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment