{ "opencollection": "1.0.0", "info": { "name": "Meta Users API", "version": "v22.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://www.facebook.com/v22.0/dialog/oauth", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Meta Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v22.0/me", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return." } ] }, "docs": "Retrieves the User node for the user associated with the access token." }, { "info": { "name": "Meta Read user profile", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v22.0/:user-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "ID of the user." }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return." } ] }, "docs": "Retrieves fields and edges for a User node." }, { "info": { "name": "Meta Update user profile", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v22.0/:user-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "ID of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates user information such as name, emoji color preference, or local news settings. Supports read-after-write." }, { "info": { "name": "Meta Delete test user", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.facebook.com/v22.0/:user-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "ID of the user." } ] }, "docs": "Removes a test user account from the system." }, { "info": { "name": "Meta Get user feed", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v22.0/:user-id/feed", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "ID of the user." } ] }, "docs": "Retrieves the feed of posts published by or on the user's timeline." } ] } ], "bundled": true }