{
  "info": {
    "name": "Facebook — mcp.ai",
    "description": "REST API for the Facebook MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/facebook",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "facebook_add_photos_to_album",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/photos/to/album",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "photos",
            "to",
            "album"
          ]
        },
        "description": "Adds photos to an existing facebook album. note: currently adds one photo at a time. for true batch upload, use facebook's batch api endpoint directly.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"photos\": \"\",\n  \"album_id\": \"\",\n  \"published\": false,\n  \"photo_urls\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_add_reaction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/reaction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "reaction"
          ]
        },
        "description": "Adds a specific reaction (like, love, wow, etc.) to a facebook post or comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"object_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_assign_page_task",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/assign/page/task",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "assign",
            "page",
            "task"
          ]
        },
        "description": "Assigns tasks/roles to a user for a specific facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user\": \"\",\n  \"tasks\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_create_comment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/comment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "comment"
          ]
        },
        "description": "Creates a comment on a facebook post or replies to an existing comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"object_id\": \"\",\n  \"attachment_id\": \"\",\n  \"attachment_url\": \"\",\n  \"attachment_share_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_create_photo_album",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/photo/album",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "photo",
            "album"
          ]
        },
        "description": "Creates a new photo album on a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"message\": \"\",\n  \"page_id\": \"\",\n  \"privacy\": {},\n  \"location\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_create_photo_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/photo/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "photo",
            "post"
          ]
        },
        "description": "Creates a photo post on a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"photo\": {},\n  \"message\": \"\",\n  \"page_id\": \"\",\n  \"published\": false,\n  \"backdated_time\": 0,\n  \"scheduled_publish_time\": 0,\n  \"backdated_time_granularity\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_create_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "post"
          ]
        },
        "description": "Creates a new post on a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"link\": \"\",\n  \"message\": \"\",\n  \"page_id\": \"\",\n  \"published\": false,\n  \"targeting\": {},\n  \"scheduled_publish_time\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_create_video_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/video/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "video",
            "post"
          ]
        },
        "description": "Creates a video post on a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"video\": {},\n  \"page_id\": \"\",\n  \"file_url\": \"\",\n  \"published\": false,\n  \"targeting\": {},\n  \"description\": \"\",\n  \"scheduled_publish_time\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_delete_comment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/comment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "comment"
          ]
        },
        "description": "Deletes a facebook comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"comment_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_delete_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "post"
          ]
        },
        "description": "Deletes a facebook page post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_comment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/comment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "comment"
          ]
        },
        "description": "Retrieves details of a specific facebook comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"comment_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_comments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/comments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "comments"
          ]
        },
        "description": "Retrieves comments from a facebook post or comment (for replies).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"order\": \"\",\n  \"fields\": \"\",\n  \"filter\": \"\",\n  \"object_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_conversation_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation",
            "messages"
          ]
        },
        "description": "Retrieves messages from a specific conversation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_message_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/message/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "message",
            "details"
          ]
        },
        "description": "Retrieves details of a specific message sent or received by the page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"message_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "conversations"
          ]
        },
        "description": "Retrieves a list of conversations between users and the page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "details"
          ]
        },
        "description": "Fetches details about a specific facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_insights",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/insights",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "insights"
          ]
        },
        "description": "Retrieves analytics and insights for a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"since\": \"\",\n  \"until\": \"\",\n  \"period\": \"\",\n  \"metrics\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_photos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/photos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "photos"
          ]
        },
        "description": "Retrieves photos from a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_posts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/posts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "posts"
          ]
        },
        "description": "Retrieves posts from a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"since\": \"\",\n  \"until\": \"\",\n  \"fields\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_roles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/roles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "roles"
          ]
        },
        "description": "Retrieves a list of people and their tasks/roles on a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_page_videos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/videos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "videos"
          ]
        },
        "description": "Retrieves videos from a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "post"
          ]
        },
        "description": "Retrieves details of a specific facebook post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_post_insights",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/post/insights",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "post",
            "insights"
          ]
        },
        "description": "Retrieves analytics and insights for a specific facebook post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"period\": \"\",\n  \"metrics\": \"\",\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_post_reactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/post/reactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "post",
            "reactions"
          ]
        },
        "description": "Retrieves reactions (like, love, wow, etc.) for a facebook post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"limit\": 0,\n  \"post_id\": \"\",\n  \"summary\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_scheduled_posts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/scheduled/posts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "scheduled",
            "posts"
          ]
        },
        "description": "Retrieves scheduled and unpublished posts for a facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_get_user_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "pages"
          ]
        },
        "description": "Retrieves a list of pages the user manages, including tasks and access tokens.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_like_post_or_comment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/like/post/or/comment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "like",
            "post",
            "or",
            "comment"
          ]
        },
        "description": "Likes a facebook post or comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"object_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_mark_message_seen",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/message/seen",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "message",
            "seen"
          ]
        },
        "description": "Marks a user's message as seen by the page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\",\n  \"recipient_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_publish_scheduled_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publish/scheduled/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publish",
            "scheduled",
            "post"
          ]
        },
        "description": "Publishes a previously scheduled or unpublished facebook post immediately.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"post_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_remove_page_task",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/page/task",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "page",
            "task"
          ]
        },
        "description": "Removes a user's tasks/access from a specific facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user\": \"\",\n  \"page_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_reschedule_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reschedule/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reschedule",
            "post"
          ]
        },
        "description": "Changes the scheduled publish time of an unpublished facebook post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"post_id\": \"\",\n  \"scheduled_publish_time\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_send_media_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/media/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "media",
            "message"
          ]
        },
        "description": "Sends a media message (image, video, audio, or file) from the page to a user.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\",\n  \"media_url\": \"\",\n  \"media_type\": \"\",\n  \"is_reusable\": false,\n  \"recipient_id\": \"\",\n  \"messaging_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_send_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "message"
          ]
        },
        "description": "Sends a text message from the page to a user via messenger.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\",\n  \"message_text\": \"\",\n  \"recipient_id\": \"\",\n  \"messaging_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_toggle_typing_indicator",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/toggle/typing/indicator",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "toggle",
            "typing",
            "indicator"
          ]
        },
        "description": "Shows or hides the typing indicator for a user in messenger.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page_id\": \"\",\n  \"typing_on\": false,\n  \"recipient_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_unlike_post_or_comment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unlike/post/or/comment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unlike",
            "post",
            "or",
            "comment"
          ]
        },
        "description": "Removes a like from a facebook post or comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"object_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_update_comment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/comment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "comment"
          ]
        },
        "description": "Updates an existing facebook comment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"is_hidden\": false,\n  \"comment_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_update_page_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/page/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "page",
            "settings"
          ]
        },
        "description": "Updates settings for a specific facebook page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"about\": \"\",\n  \"phone\": \"\",\n  \"emails\": \"\",\n  \"page_id\": \"\",\n  \"website\": \"\",\n  \"description\": \"\",\n  \"general_info\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_update_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "post"
          ]
        },
        "description": "Updates an existing facebook page post.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"post_id\": \"\",\n  \"og_phrase\": \"\",\n  \"og_icon_id\": \"\",\n  \"og_object_id\": \"\",\n  \"og_action_type_id\": \"\",\n  \"og_suggestion_mechanism\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_upload_photo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/photo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "photo"
          ]
        },
        "description": "Uploads a photo file directly to a facebook page. supports local file upload up to 10mb.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"tags\": \"\",\n  \"photo\": {},\n  \"caption\": \"\",\n  \"page_id\": \"\",\n  \"published\": false,\n  \"targeting\": {},\n  \"scheduled_publish_time\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_upload_photos_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/photos/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "photos",
            "batch"
          ]
        },
        "description": "Uploads multiple photo files in batch to a facebook page or album. uses facebook's batch api for efficient multi-photo upload. maximum 50 photos per batch.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"photos\": \"\",\n  \"page_id\": \"\",\n  \"album_id\": \"\",\n  \"published\": false,\n  \"photo_urls\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "facebook_upload_video",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/video",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "video"
          ]
        },
        "description": "Uploads a video file directly to a facebook page. supports local file upload. for large videos (>100mb), uses resumable upload.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"video\": {},\n  \"page_id\": \"\",\n  \"published\": false,\n  \"targeting\": {},\n  \"description\": \"\",\n  \"content_tags\": \"\",\n  \"custom_labels\": \"\",\n  \"scheduled_publish_time\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}