yammer

Yammer REST API: How to get access tokens for external networks?

你离开我真会死。 提交于 2019-12-17 19:54:35
问题 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 the documentation and specifically the Networks section which states the following: Facilitates switching a user between different Yammer networks. All Yammer web requests contain a network permalink in the URL (https://www.yammer.com/network_permalink

Yammer REST API CORS

依然范特西╮ 提交于 2019-12-13 04:18:01
问题 I've setup an app in Yammer and added Javascript origins but still can't make xhr request XMLHttpRequest cannot load https://www.yammer.com/platform/login_status.json?client_id=123456789&_=123456789. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://example.com.dev:9000' is therefore not allowed access. Any suggestion? I'm working from a local machine and having example.com.dev to resolve as localhost. 回答1: I think the answer is in the domain name.

Setting default target group with Yammer embed and open-graph

给你一囗甜甜゛ 提交于 2019-12-12 18:22:38
问题 I am using the Yammer Embed JavaScript control in an external web application. I want to use the open-graph feature so that comments made are linked back to the page they were created on. This is all very simple, but the question I have is that I want the posts to go to a specific group (instead of "My Colleagues"). When the user is creating the post, they have the option to change it to whatever group they want, but it defaults to "My Colleagues". I am fine with them having the option to

Yammer API - List of groups for each user

我与影子孤独终老i 提交于 2019-12-12 09:55:52
问题 I would like to get the list of groups that every user in the yammer instance belongs to. Currently it looks like the user object from both the data export API and the REST API do not contain a section with which groups each user belongs to. I know that there is a way to see what groups I belong to in the REST API, but that does not seem to give the groups for every user in the yammer instance. Does anybody know if there is a way to get the list of all groups that each and every user in the

Can I get Open Graph page with feed from the API

主宰稳场 提交于 2019-12-12 02:05:39
问题 What I am trying to do is programmatically create a yammer page based on other website URL (Open Graph Page) and feed information to that OG page. Which I have found out how to do. But now I want to retrieve the OG page feed programatically, is that possible? e.g. GET https://api.yammer.com/api/v1/activity/OG_URL which would return the OG Page with messages... 回答1: I've also run into quite the same problem, related to fetching open graph objects created on an external Yammer network. To

Yammer API - how to get full list of likes using messages endpoint?

Deadly 提交于 2019-12-11 18:32:51
问题 I've noticed that the messages.json endpoint doesn't seem to return all the data needed to show the likes per message. Specifically, two things seem to be happening: List of likers only has info on 3 users. The avatar images for the likers is not always available when looking up through the "references" array. We're using the JS SDK for our integration. Thanks 回答1: https://api.yammer.com/api/v1/users/liked_message/:Message_id.json should return user properties of LIKERS, a count of all LIKERS

oAuth and Yammer

蹲街弑〆低调 提交于 2019-12-11 17:54:08
问题 I am trying to set up an internal RESTful API using NodeJS that communicates with various social media services. One of the services we use is Yammer. Yammer uses oAuth for validation but they offer a permanent validation token. For some reason I am having issues passing the token when I try to POST. From their docs it appears that all I have to do is post everything in the URL. an example would be POST https://yammer.com/mycompany.com/api/v1/messages.json?body=Testing&access_token=

Find all Yammer groups on the network, perhaps with API?

扶醉桌前 提交于 2019-12-10 23:36:52
问题 I am trying to do some analytics on our Yammer network to see the number of members and posts in each group, and when the group was created and last modified. Is there an easyish way of doing this? I have tried the following which almost gets me there, but I think I need to use the API more effectively to begin with. This is the first time I have ever seen an API so sorry if my attempt doesn't make sense! Go to https://www.yammer.com/api/v1/groups.json?page=1 and copy the text to Microsoft

Yammer CORS error appears only for some API calls

馋奶兔 提交于 2019-12-10 17:06:52
问题 When I request the data using yammer API sometimes I get hte data while sometimes I get error saying Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.yammer.com/api/v1/topics/4990456.json?&_=1409122520954. This can be fixed by moving the resource to the same domain or enabling CORS. When I try URL : https://www.yammer.com/api/v1/topics/4990456.json to get messages for topic number 4990456, I get the above mentioned error in console log.

Yammer API - missing messages

前提是你 提交于 2019-12-09 03:38:28
We have developed an application to extract data from Yammer using the Yammer APIs. We're authenticating using the verified admin's credentials. According to the data export CSV file we know that there are some 25K messages in the network, but we only get 10K messages via the API. Initially thought that the difference was private messages, but the missing messages are a mix of private and public messages. The API call we are using is: https://www.yammer.com/api/v1/messages.json . We are using the 'older_than' parameter to scan through all the messages. In the end we had to query the missing