{ "opencollection": "1.0.0", "info": { "name": "Meta Graph API - Pages Comments 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": "Comments", "type": "folder" }, "items": [ { "info": { "name": "List comments on an object", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v22.0/:object-id/comments", "params": [ { "name": "object-id", "value": "", "type": "path", "description": "Post, photo, or other commentable object ID." }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return." } ] }, "docs": "List comments on an object" }, { "info": { "name": "Post a comment on an object", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v22.0/:object-id/comments", "params": [ { "name": "object-id", "value": "", "type": "path", "description": "Post, photo, or other commentable object ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post a comment on an object" } ] } ], "bundled": true }