
Access Yammer from an AppPart 2
In part 1 we created a Yammer App and organized all the necessary App data for the authentication. Now let´s develop a .NET sample app for accessing data from the Yammer network. Communication with Yammer services Once the authentication is done we can use the Yammer API REST-Services to get data. The URLs all start with https://www.yammer.com/api/v1/... followed by the service methods like https://www.yammer.com/api/v1/messages.json , users.json , groups.json and so on. ...







