we are implementing a mobile application (Android and iOS) and require the user to view the yammer availability (check if the user is online). All the communication will be via the yammer application given that it's installed in the device.
Please clarify how this can achieved.
I have used the yammer REST API to achieve this functionality. Which can be found; https://developer.yammer.com/v1.0/docs/usersjson-1
The yammer-android-sdk
would be helpful for the anyone whose doing the integration.