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.
0 comments:
Post a Comment