Pages

Wednesday, May 16, 2012

Yammer API Call from Dot Net C#

Simple steps to get Yammer API workingBefore writing any code, we should get a permanent token to access the Yammer API.  Please follow these steps to get permanent access token: 1. Click this link > https://developer.yammer.com/api/sandbox.html 2. Click the "get a new token" link. 3. Plug in the Client Key and Client Secret key. 4. Click "get verifier url". 5. Click the Yammer oauth link that is created. 6. Verify which network you want the application to have access to. 7. You...
Read More »