Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sandeeptalabathula's full-sized avatar
🚀

Sandeep Talabathula sandeeptalabathula

🚀
View GitHub Profile
<script type="text/javascript" data-app-id="YOUR-APP-ID" src="https://assets.yammer.com/platform/yam.js"></script>
<script>
yam.getLoginStatus(function(response) {
if (response.authResponse)
{
//GET THE TOKENS FOR ALL MY NETWORKS
yam.request({
url: "https://www.yammer.com/api/v1/oauth/tokens.json",
method: "GET",
success: function(msg) {