I am using socialcast API's for chat feature. Using APIs from socialcast API docs
While fetching group message I am using following url :
https://domain-com.socialcast.com/api/groups/:groupID/messages.json
but it returning status message (Post from group) instead of chat message.
Here I want to fetch chat message from group, How can I do that? Thanks for any help.
Same thing while posting chat message, but there I am using : message_type=chat in request body so it's deliver in chat section of group.
But not able to fetch chat message form group.
Thanks