I want to get list of groups that user has joined using yammer API. I have not seen any support in REST API. Is there any way to get list of groups for a current user?
We are trying to achieve reporting functionality based on information from Yammer metrics.
Yammer metrics provides information about Timers and Meters as shown below:
METER_METRIC:
count = 1
mean rate = 0.01 count/s
1-minute rate = 0.00 count/s
5-minute rate = 0.00 count/s
15-minute …
I came across the metrics project from codahale, and I believe that it is used at Yammer. I like this solution, but want to know if there are other open source alternatives with similar capabilities.
I'm working on an ASP.NET web application that reads data from Yammer. I've successfully acomplished authentication and getting messages from the "home" network.
Now I want to switch to another network and get messages from it. I've read all …