Questions tagged [yammer]

Yammer is a private social network for business.

Yammer, Inc. is a freemium enterprise social network service that was launched in 2008 and sold to Microsoft in 2012.

Yammer is an enterprise social network. It brings the power of social networking to your company. Yammer is as easy to use as great consumer software like Facebook and Twitter, but is designed for company collaboration, file sharing, knowledge exchange and team efficiency.

Yammer is used for private communication within organizations and is an example of enterprise social software. The tool was originally developed as an internal communication system for the genealogy website Geni. Access to a Yammer network is determined by a user's Internet domain so that only individuals with appropriate email addresses may join their respective networks.

For documentation of being a Yammer developer please visit https://developer.yammer.com/

728 questions
39
votes
3 answers

other open source alternatives to codahale's "metrics"?

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.
user2145809
  • 571
  • 2
  • 6
  • 8
29
votes
2 answers

What do minute rates of Timer and Meter metrics indicate?

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 …
ravikumar
  • 893
  • 1
  • 8
  • 12
8
votes
1 answer

How to add custom managed metadata on Yammer group

We use Yammer at my place of work, and we are looking for a way of sorting groups in custom manners. To that end, it'd helpful if we could add custom metadata to all the groups that currently exist. Is there any well-defined manner of doing so or,…
IsenrichO
  • 4,251
  • 3
  • 18
  • 31
7
votes
2 answers

yammer @Timed leaving values at zero

This is a follow-up to my struggle using yammer timing annotations as described here. My spring context file has simply: I have the following class: import com.yammer.metrics.annotation.ExceptionMetered; import…
Lolo
  • 3,935
  • 5
  • 40
  • 50
7
votes
3 answers

What is the simplest reporting tool with Yammer Metrics in development environment

We start to integrate yammer metrics in our applications. And i would like to visualize the metrics. Yammer-metrics have collect process, which could send metrics to Ganglia, or Graphite. But there are a little bit huge to install on my computer.…
Antoine
  • 4,456
  • 4
  • 44
  • 51
6
votes
1 answer

Understanding oAuth with Perl

i have a problem making simple API request to the Yammer (https://www.yammer.com/api_doc.html). I need to get https://www.yammer.com/api/v1/groups.xml (Groups: A list of groups). I'm trying to use Net::OAuth::Simple. Here is my Yammer.pm: package…
gangabass
  • 10,607
  • 2
  • 23
  • 35
6
votes
1 answer

How to embed yammer private messages on my website?

I know how to embed a feed which has a certain ID. I already did it. Now I'd like to implement the following functionality: If a user receives a private message, it will appear on an embedded feed. The best option in my opinion would be to embed the…
Tomasz Kasperczyk
  • 1,991
  • 3
  • 22
  • 43
6
votes
4 answers

How to link to the Yammer group in the message text?

Is it possible to link or mention group in the Yammer message? For example you can mention people using @john and then select from the list the person. Does something similar exist for groups and if not what is the best way to link to the group?
PJ_
  • 213
  • 3
  • 7
6
votes
2 answers

How to personalize Yammer embed box

I would like people in our company to be able to embed various yammer feeds into their sharepoint sites. However, the default embed box isn't looking great (the top of the box is basically name of the feed in arial on Yammer-blue background). Is…
DDEX
  • 455
  • 3
  • 8
  • 21
5
votes
0 answers

Yammer JS SDK: Log in with Yammer button opens the popup window but never closes it. Yammer JS SDK

this is happening to us from some days ago and the component was working properly before. We have a JS component using the Yammer JS SDK that renders the log in with Yammer button. Yammer log in button First time that I visit the page, the Log In…
5
votes
1 answer

Direct link to comment in a thread on Yammer

Is it possible to get a link to a specific comment in a thread on Yammer? I want to share a link to one comment, but I am only able to share or copy the link to the whole thread, which is not helpful for longer threads. All options to get a link…
bastelflp
  • 9,362
  • 7
  • 32
  • 67
5
votes
1 answer

Yammer login SSO without embedfeed

We are embedding a Yammer feed on a web page with SSO enabled (use_sso: true). This is working correctly. We also need to use the Yammer API to retrieve extra Yammer information like comments. Therefore we have 2 options: Embed the Yammer feed with…
Rene vd O
  • 51
  • 4
5
votes
1 answer

How to integrate riemann into the dropwizard to capture metrics?

I have a dropwizard application which emits yammer metrics and can be monitored via a URL like http://localhost:8081/admin/metrics which gives the result in form of jsons. I want to send these monitor these metrics in riemann and I have no idea on…
5
votes
0 answers

Yammer Embed X-Frame-Options:SAMEORIGIN in Chrome

When I visit a page on my website with a yammer embed with a network that is different than the network my browser is logged into I get a X-Frame-Options:SAMEORIGIN error and the embed iframe fails to load. When I pull up the URL that the iframe…
Toffer
  • 51
  • 3
5
votes
4 answers

Yammer JS SDK — problems with CORS

It seems like something has changed on the Yammer side, because my app (not yet published to the Yammer Global App Directory) has stopped working, resulting in an obscure CORS error, that doesn't tell a thing about the problem. So the workflow is…
1
2 3
48 49