{
	"name": "Yammer",
    "desc": "Yammer is a private social network for companies. The tool was originally for making companies and organizations more productive through the exchange of short frequent answers to one simple question: \"What are you working on?\" The Yammer API allows third-party developers to create their own Yammer applications.",
	"url": "https://www.yammer.com",
	"oauth2": {
		"authorize": {
			"url": "/dialog/oauth",
			"query": {
				"redirect_uri": "{{callback}}",
				"response_type": "code",
				"client_id": "{client_id}"
			}
		},
		"access_token": "/oauth2/access_token.json"
	},
	"href": {
		"keys": "https://www.yammer.com/client_applications",
		"docs": "https://developer.yammer.com/restapi/",
		"apps": "https://www.yammer.com/client_applications",
		"provider": "https://www.yammer.com/"
	}
}