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

Getting groups list user Yammer Rest Services

Is there a REST service to get list of joined groups for a particular user? I am getting all the groups in the current network by using the service https://www.yammer.com/api/v1/groups.json (which is not documented the yammer API reference). But my…
isarathg
  • 858
  • 1
  • 19
  • 37
3
votes
1 answer

How to upload an image Yammer programatically with java

i try to find a way of uploading programatically images in java to my Yammer account. For the OAuth issues I use https://github.com/fernandezpablo85/scribe-java which works fine, but for the image upload I need to create a payload message. Is there…
Emerson
  • 1,327
  • 2
  • 15
  • 24
3
votes
1 answer

Yammer Rest API with Azure AD Token

It is possible to use Azure SSO Token to call Yammer Rest API? I registered an Application portal.azure.com>Azure Acitve Direcotry. The application is a Spring Boot which is deployed as Azure Web App. Getting a token over Web App is no Problem, but…
ehmkey
  • 188
  • 1
  • 14
3
votes
0 answers

Yammer Preview image

I'm sharing an article that is stored on my SharePoint page to Yammer using the code provided here - https://developer.yammer.com/docs/share-button# . The problem is the thumbnail image preview on Yammer doesn't appear, I believe this is because you…
Zain
  • 1,246
  • 4
  • 15
  • 26
3
votes
1 answer

How can I fetch a list of topics on a Yammer Network?

I want to fetch a list of all the Topics that have been used on a Yammer Network. I have an app set up and can use the API fine, but there's no endpoint specifically for getting a list of Topics. I could use the search.json endpoint, with no query,…
Phil Gyford
  • 13,432
  • 14
  • 81
  • 143
3
votes
1 answer

Authenticate against Yammer API using Microsoft OAuth2

I have recently implemented Microsoft OAuth2 to retrieve data from the Graph API (and more). Now I wan't to integrate with some of the social functions in the Yammer API but I can't find any info whether this is possible. It seems unnecessary for me…
Jonas Eriksson
  • 171
  • 2
  • 12
3
votes
1 answer

Yammer /autocomplete/ranked returning 401

If i make a GET request to other api calls like "https://www.yammer.com/api/v1/messages.json", I get results back (this proves the office 365 bearer token i am using works). If i make a request to Yammer /autocomplete/ranked using the following…
Jimmyt1988
  • 20,466
  • 41
  • 133
  • 233
3
votes
0 answers

Events handlers not invoked in Yammer embed

I have a Yammer feed embedded on a page. Recently I discovered that the events are not run. I have the following event handler added: yam.on('/embed/loggedIn', nd_yammer_login, ''); I also noticed some strange messages in the Javascript…
A. Stenman
  • 31
  • 2
3
votes
1 answer

getting a one minute rate using yammer metrics timer

I'm very new to java and metrics. Can someone help me to understand the problem below and perhaps also clear up the situation between dropwizard and yammer metrics for me (e.g. if I type yammer.metrics into google all the documentation points to…
mark
  • 1,769
  • 3
  • 19
  • 38
3
votes
1 answer

Connecting to Yammer from Azure Webjob

I am attempting to connect to Yammer using their .NET SDK but I am having a hell of a time managing this... The point of this exercise is to create an application in Azure which periodically - and AUTONOMOUSLY - contacts Yammer and fetches the…
Guy Passy
  • 694
  • 1
  • 9
  • 32
3
votes
2 answers

How do you get Yammer to treat registered app as a user

In messaging platforms like Slack and HipChat you can integrate apps that can post messages to groups without them being sent from a user e.g. Defect Management System: A new defect was logged at 12pm Instead of: John Smith: A new defect was…
ecm_dev
  • 426
  • 5
  • 11
3
votes
0 answers

Yammer REST API CORS error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource

We are working with REST APIs of Yammer and sometimes we are getting below exceptions and not able to complete requests. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at…
3
votes
1 answer

Yammer API limits

Yammer rest api documentation says that limit is 10 requests in 10 seconds per user per app. Question: What is the user here? Is it IP address that makes request or bearer token for currently authenticated yammer user? If all our users go through…
David
  • 31
  • 2
3
votes
1 answer

Force login to Yammer without displaying the popup window

We are currently developing a yammer custom widget for one of our clients. This widget interacts with data from a Yammer External Network since we require users from other Yammer networks to be able to access it. The only way we have managed to make…
hec
  • 129
  • 8
3
votes
1 answer

yammer js sdk issues

We are experiencing the following error when accessing Yammer API. JQMIGRATE: jQuery.parseJSON requires a valid JSON string platfor..._sdk.js (line 31) Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at…
1 2
3
48 49