{
	"name": "Dailymotion",
    "desc": "Dailymotion is a video sharing site. Users can upload and share their videos, as well as view video content from other users, content producers, and networks and studios. The Dailymotion API allows developers to access and integrate Dailymotion's functionality and content. Some example API methods include uploading, sharing, and playing content, view, create, and edit data about video content, and embedding the Dailymotion player into other sites.",
	"url": "https://api.dailymotion.com/oauth",
	"oauth2": {
		"authorize": "/authorize",
		"access_token": "/token",
		"request": {
			"headers": {
				"Authorization": "OAuth {{token}}"
			}
		}
	},
	"href": {
		"keys": "https://www.dailymotion.com/profile/developer/new",
		"docs": "https://www.dailymotion.com/doc/api/graph-api.html",
		"apps": "https://www.dailymotion.com/profile/developer",
		"provider": "https://www.dailymotion.com/"
	}
}
