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
3
votes
1 answer

How to notify specific people with yammer REST api

I would like to notify a specific set of people when posting a message with Yammer's REST API. The desired effect should be the same as "Add people to notify" in the native web application: After some research with the REST API documentation, i…
Chuanqi Sun
  • 1,123
  • 14
  • 26
3
votes
1 answer

Yammer OAuth Impersonation Token Storage

I have started building a C# asp.net website that will have the ability to post directly into Yammer (we have Yammer Enterprise). I have used the REST api to create a post and have also been able to create in impersonation token to post on behalf of…
3
votes
2 answers

Yammer javascript SDK logout issue

I can successfully login with yam.platform.login but when I call yam.getLoginStatus( function (response) { if (response.authResponse) { yam.platform.logout(function (response) { if (response) { …
Chuanqi Sun
  • 1,123
  • 14
  • 26
3
votes
1 answer

PassportJS in Nodejs never call the callback function

I am trying to authenticate the yammer user using Passport. It can get through yammer authentication page and I can click to allow access but the function never gets call. ( As you might see in my code, I just want to print all accessToken, profile…
A-letubby
  • 8,474
  • 8
  • 38
  • 48
3
votes
4 answers

create a private group via the yammer API

Is there a way to create a private group using the "yammer API"?
Gamesha
  • 39
  • 1
  • 4
3
votes
2 answers

Is it possible to query out all of the "praises" messages from yammer?

Yammer has a feature that allows you to "praise" someone. However, looking at the data that is returned from a "praise" message, it does not appear there is any distinguishing flag or attribute that marks it as a "praise" message. Inside the…
CLJ
  • 1,907
  • 5
  • 22
  • 36
3
votes
1 answer

Yammer Embed Feed using WebBrowser Control

I am developing an application (.Net Windows Form) and using web browser control to show user data and yammer embedded feed. As a starting point, I am using following script in Web Browser Control.