Yammers REST API to Share a Post
问题 I want to use REST API to share a post (Not posting a new message but sharing existing post) from my line of business application. Does anybody know which endpoint to use and how it can be achieved. 回答1: When you use the Yammer API to create a new post, pass the argument :shared_message_id with the message_id of the message you want to share. For example, in Ruby, you could do this: require 'yammer' group_id = '123456' shared_message_id = '7890123' yam = Yammer::Client.new(:access_token =>