How to sort messages from the api : messages/in_group/<groupid>.json

New Contributor

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

 

  1. 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.
  2. There is no modified date on each mesage object in the response.
  3. newer_than param does not contain any tag to check if more messages are avaliable incase there are more than 20 msg update.
  4. How does older_than param message fetch data ?
0 Replies