Facebook · JSON Structure

Facebook Structure

Structural overview of the Facebook API surface; extracted from openapi/.

Type: Properties: 0
Fortune 500AdvertisingContent PublishingMessagingSocial-MediaSocial Networking

Facebook Structure is a JSON Structure definition published by Facebook.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Facebook",
  "providerId": "facebook",
  "kind": "json-structure",
  "description": "Structural overview of the Facebook API surface; extracted from openapi/.",
  "schemaCount": 11,
  "operationCount": 13,
  "schemas": [
    {
      "name": "User",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "Post",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "PostRequest",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "PostList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Comment",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "CommentList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Page",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "Photo",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "PhotoList",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "TokenDebugInfo",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Paging",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/me",
      "operationId": "getCurrentUser",
      "summary": "Facebook Get Current User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/{user-id}",
      "operationId": "getUser",
      "summary": "Facebook Get User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/{user-id}/feed",
      "operationId": "getUserFeed",
      "summary": "Facebook Get User Feed",
      "tags": [
        "Posts"
      ]
    },
    {
      "method": "POST",
      "path": "/{user-id}/feed",
      "operationId": "createPost",
      "summary": "Facebook Create Post",
      "tags": [
        "Posts"
      ]
    },
    {
      "method": "GET",
      "path": "/{page-id}",
      "operationId": "getPage",
      "summary": "Facebook Get Page",
      "tags": [
        "Pages"
      ]
    },
    {
      "method": "GET",
      "path": "/{page-id}/feed",
      "operationId": "getPageFeed",
      "summary": "Facebook Get Page Feed",
      "tags": [
        "Pages"
      ]
    },
    {
      "method": "GET",
      "path": "/{post-id}",
      "operationId": "getPost",
      "summary": "Facebook Get Post",
      "tags": [
        "Posts"
      ]
    },
    {
      "method": "DELETE",
      "path": "/{post-id}",
      "operationId": "deletePost",
      "summary": "Facebook Delete Post",
      "tags": [
        "Posts"
      ]
    },
    {
      "method": "GET",
      "path": "/{post-id}/comments",
      "operationId": "getPostComments",
      "summary": "Facebook Get Post Comments",
      "tags": [
        "Comments"
      ]
    },
    {
      "method": "POST",
      "path": "/{post-id}/comments",
      "operationId": "createComment",
      "summary": "Facebook Create Comment",
      "tags": [
        "Comments"
      ]
    },
    {
      "method": "GET",
      "path": "/{user-id}/photos",
      "operationId": "getUserPhotos",
      "summary": "Facebook Get User Photos",
      "tags": [
        "Photos"
      ]
    },
    {
      "method": "GET",
      "path": "/{photo-id}",
      "operationId": "getPhoto",
      "summary": "Facebook Get Photo",
      "tags": [
        "Photos"
      ]
    },
    {
      "method": "GET",
      "path": "/debug_token",
      "operationId": "debugToken",
      "summary": "Facebook Debug Token",
      "tags": [
        "Authentication"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/facebook-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.