UNPKG

bip-pod-instagram

Version:
76 lines (75 loc) 1.61 kB
{ "name": "instagram", "title": "Instagram", "description": "Capture and Share the World's Moments. Instagram is a fast, beautiful and fun way to share your life with friends and family", "url": "http://instagram.com", "trackDuplicates": false, "config": { "oauth": { "clientID": "", "clientSecret": "", "method": "authenticate", "scopes": [ "basic" ] } }, "auth": { "strategy": "oauth", "properties": { "access_token": { "type": "string", "title": "Access Token" }, "user_id": { "type": "string", "title": "User ID" } }, "disposition": [ "access_token", "user_id" ] }, "rpcs": {}, "actions": { "my_media": { "title": "When I Upload New Media", "description": "Triggers When You Create New Media On Instagram", "trigger": "poll", "config": { "properties": {}, "disposition": [] }, "exports": { "properties": { "file_name": { "type": "string", "title": "File Name" }, "caption": { "type": "string", "title": "Media Caption" }, "filter": { "type": "string", "title": "Filter Name" }, "media_url": { "type": "string", "title": "Media Standard Res URL" } } }, "imports": { "properties": {}, "disposition": [] } } }, "tags": [ "social", "images", "video" ] }