{ "opencollection": "1.0.0", "info": { "name": "Facebook Business Manager Facebook Marketing Ad Accounts Photos API", "version": "25.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Photos", "type": "folder" }, "items": [ { "info": { "name": "Facebook Business Manager Upload a page photo", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/:page_id/photos", "params": [ { "name": "page_id", "value": "", "type": "path", "description": "The ID of the Facebook Page" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uploads a photo to the Facebook Page. Can be published directly or uploaded as unpublished for later use in posts." } ] } ], "bundled": true }