{
	"name": "Instagram",
    "desc": "Instagram is a photo sharing iPhone app and service. Users take photos and can share them with Instagram contacts, as well as friends on other social networks like Twitter and Facebook. The Instagram API provides access to user authentication, friend connections, photos and all the other elements of the iPhone app--including uploading new media.",
	"url": "https://api.instagram.com/oauth",
	"oauth2": {
		"authorize": "/authorize",
		"access_token": {
			"url": "/access_token",
			"extra": [
				"user"
			]
		},
		"request": {
			"url": "https://api.instagram.com",
			"query": {
				"access_token": "{{token}}"
			}
		},
		"parameters": {
			"client_id": "string",
			"client_secret": "string",
			"scope": {
				"values": {
					"basic": "to read a user’s profile info and media",
					"public_content": "to read any public profile info and media on a user’s behalf",
					"follower_list": "to read the list of followers and followed-by users",
					"comments": "to create or delete comments on a user’s behalf",
					"relationships": "to follow and unfollow accounts on a user’s behalf",
					"likes": "to like and unlike media on a user’s behalf"
				}
			}
		}
	},
	"href": {
		"keys": "https://instagram.com/developer/clients/register/",
		"docs": "https://instagram.com/developer/",
		"apps": "https://instagram.com/developer/clients/manage/",
		"provider": "https://instagram.com"
	}
}
