Mobile app yammer integration

599 views Asked by At

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.

1

There are 1 answers

1
mangun On BEST ANSWER

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.