Hi All,
I am trying to create a mobile client to display yammer specific group feed, threaded collapsed & using the follwing api: messages/in_group/<groupid>.json&threaded=true
- My first problem is how to show the messages in correct sort order as they are shown on yammer web. Can i have an idea how yammer manages the message queue sorting.
- There is no modified date on each mesage object in the response.
- newer_than param does not contain any tag to check if more messages are avaliable incase there are more than 20 msg update.
- How does older_than param message fetch data ?