{ "opencollection": "1.0.0", "info": { "name": "Meta Graph API - Pages Comments Meta Graph API Pages API", "version": "v22.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.facebook.com/v22.0/dialog/oauth", "accessTokenUrl": "https://graph.facebook.com/v22.0/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Meta Graph API Pages", "type": "folder" }, "items": [ { "info": { "name": "Get Page metadata", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v22.0/:page-id", "params": [ { "name": "page-id", "value": "", "type": "path", "description": "Facebook Page ID" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return." } ] }, "docs": "Get Page metadata" }, { "info": { "name": "Update Page settings or metadata", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v22.0/:page-id", "params": [ { "name": "page-id", "value": "", "type": "path", "description": "Facebook Page ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Page settings or metadata" }, { "info": { "name": "Delete a comment", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.facebook.com/v22.0/:comment-id", "params": [ { "name": "comment-id", "value": "", "type": "path" } ] }, "docs": "Delete a comment" } ] } ], "bundled": true }