BinaryMee
BinaryMee

Reputation: 2142

Post Feed in Yammer through c#

I am very new to yammer.

I need to develop a c# application which posts feed in yammer, simply say "Hello World".

I saw several blogs and forumns.

I would be happy if anyone post small sample or some refferences where it is explained in a structured way.

Thanks in advance..

Upvotes: 3

Views: 4204

Answers (3)

Raynald
Raynald

Reputation: 81

You can check this github project : Yammer.SimpleApi or you can use directly this nuget package

Upvotes: 5

BinaryMee
BinaryMee

Reputation: 2142

The code at here would be useful.Some API endpoints like Post,Like, Follow are working good in that project. Replace the older version of API with newer one referring the API documentation provided by Yammer. Have you read the docs at https://developer.yammer.com/introduction/ and https://developer.yammer.com/authentication/? There is also a quickstart.

Join Yammer development network to get some guidance.

Upvotes: 1

Pasan Eeriyagama
Pasan Eeriyagama

Reputation: 279

For a newbie to develop an app, this could be useful.

Upvotes: 0

Related Questions