-1

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.

mangun
  • 292
  • 1
  • 4
  • 16
  • 1
    Long ago I integrated Yammer with my app. I followed the link given below.Hope it works for you as well - https://zapier.com/zapbook/android/yammer/ – AnswerDroid Jun 12 '15 at 12:07
  • @AnswerDroid I visited the mentioned link, but could not find anything. Please help. – SKP Mar 23 '17 at 05:10
  • @SKP I did this long ago. However, did you tried the answer which is marked in this question? – AnswerDroid Mar 23 '17 at 09:31
  • @AnswerDroid Yeah, I tried looking into the code you pointed, but that app is crashing as there is no MainActivity in the app and the launcher activity is mentioned as MainActivity. The actual problem is that i don't have a clear idea how Yammer works with Android. Do we need to create our own UI for Dashboard and Inbox? – SKP Mar 23 '17 at 09:49
  • @SKP Yes, what I remember it provides set of APIs and we needed to create our own Screens – AnswerDroid Mar 23 '17 at 12:23
  • @AnswerDroid Thanks a lot! It would really help! – SKP Mar 23 '17 at 12:39

1 Answers1

0

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.

mangun
  • 292
  • 1
  • 4
  • 16