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

Drawbacks of Yammer Authentication with HttpWebRequest

I'm working on a migration product that migrates data in to Yammer and I use the Yammer REST API. I perform programmatic Yammer authentication using HttpWebRequest as posted here - Yammer Authentication with HttpWebRequest . I'm thinking that if…
-1
votes
1 answer

Yammer - Can export api set query string since Datetime1 until Datetime2?

I use "https://www.yammer.com/api/v1/export?since=xxx&model=xxx" to get export data,but I can only export data since sometime until now,how can I set an endtime?
-1
votes
1 answer

Is Yammer API redirection temporary or permanent?

I have been creating an android app which calls the Yammer API to retrieve files from Yammer. Recently, I found out that the original yammer file link (https://www.yammer.com/api/v1/uploaded_files/) is now redirected to the new…
Bernard
  • 35
  • 3
-1
votes
1 answer

error 404 on when i called yammer API's from C# code

I am trying to post message in yammer group using Webrequest from c#. this is the code that i am using request =(HttpWebRequest)WebRequest.Create("https://www.yammer.com/api/v1/messages.json"); request.Method = "POST"; …
-1
votes
1 answer

trigger audio .wav using php

Need advice, guidance on triggering a .wav file to play when a web page loads content and a specific keyword is within body of that content. The content is being pulled from a Yammer network thru a custom app I created to look for certain hashtag…
-2
votes
1 answer

How to rename Hashtag via Yammer REST API

I know we have 'Rename Topic' link on the AboutTopic page which we can rename Hashtag name. I want to know the programmatic way to do. I confirmed REST API, but it looks like there is no specific API to do. Let me know anything if you know about it,…
Akky
  • 1
-2
votes
1 answer

No notification sent on Yammer through Ant

I want to send notification on Yammer through Ant, but no notification are sent. I am referring to this link.
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
-2
votes
1 answer

How to Intregrate Yammer api in android

I have problem with Yammer Intregration in Android, i am unable to authenticate my app with Yammer so i cannot post my data on Yammer through my Android app. JSONObject job = new JSONObject(); /*ArrayList nameValuePairs = new…
1 2 3
48
49