Skip to main content

Facebook Comments API

Bring Facebook Page comment management into your SaaS product, agency workflow, support tool, or automation through one API.

  • List comments and first-level replies on Page posts
  • Reply to a comment or post a new top-level comment
  • Delete comments on your Page posts
  • Works across every connected Page, no App Review on your side
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform
DF

"I was up and running on six different platforms in under 30 minutes. Strongly recommend!"

David Flor, Founder at Darklight Interactive

Divanshu KhatterMarketing Manager at Sembark

"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."

Divanshu Khatter, Marketing Manager at Sembark

Het TikawalaFounder at Kalizzle AI Studio

"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."

Het Tikawala, Founder at Kalizzle AI Studio

Add Social Media to Your Product in Three Steps

Connect once, then publish, schedule, and read data through the same API.

01

Get Your API Key

Sign up and get your API key instantly. No sales calls or complicated setup.

02

Integrate in Minutes

Connect once to PostPeer to publish, schedule, analyze, manage comments, and handle messages.

03

Support Every Major Platform

Give your users access to major social platforms without building and maintaining each integration yourself.

New to PostPeer? Read the getting started guide

Explore Requests and Responses by Format

Use the same endpoint and change only the fields required for each publishing format.

POSTRequest · List Comments
curl -X GET "https://api.postpeer.dev/v1/comments/?platform=facebook&accountId=acc_fb_page_456&postId=123456789_987654321&limit=25" \
 -H "x-access-key: your-api-key"
202Response · List Comments
{
    "success": true,
    "comments": [
     {
       "id": "987654321001",
       "text": "Does this ship internationally?",
       "author": {
         "id": "102030405060",
        "name": "Priya Anand"
      },
      "timestamp": "2026-08-05T14:22:10Z",
      "likeCount": 3,
      "hidden": false,
      "replies": [
        {
          "id": "987654321002",
          "text": "Yes, international shipping is available.",
          "author": {
            "id": "123456789",
            "name": "Your Page"
          },
          "timestamp": "2026-08-05T14:31:04Z",
          "likeCount": 1
        }
      ]
      }
    ],
    "nextCursor": "QVFIUlZ..."
}

https://api.postpeer.dev/v1/comments/

View the Facebook Comments API reference

Everything You Need for Facebook Comment Management

Read and moderate Page comments without touching Meta's Graph API. One endpoint for listing, replying, and deleting.

List Comments and Replies

Fetch every comment on a Page post with author, text, timestamp, like count, and its first-level replies. Paginate with a cursor.

Reply and Comment

Post a top-level comment on a Page post, or reply to an existing comment. Switch between a postId and a commentId on the same endpoint.

Delete Comments

Remove a comment from your Page post by comment ID when you need to clean up spam or abuse.

Page-Level Moderation

Moderate comments across every Page connected to the account. PostPeer handles Page selection during the connect flow.

Works on Existing Posts

Read and moderate comments on any Page post, not only the ones you published through PostPeer.

No Meta App Review

PostPeer is approved for pages_read_user_content and pages_manage_engagement and runs the OAuth flow for you.

Ship Facebook Comments in Any Stack

Whether your product is a Node app, a no-code workflow, or an AI agent, the same PostPeer API can power the publishing workflow.

Dev Stack

Typed SDKs and predictable REST APIs let you integrate PostPeer into the stack your application already uses.

No Code

Trigger publishing workflows from tools your team already uses.

Setup guides

AI Agents & MCP

Give Claude, Cursor, Codex, or your own AI agent the ability to publish, schedule, and interact with social workflows through PostPeer.

Connect via MCP

Frequently Asked Questions

Power Your Next Project With a Unified Social Media API

Give your users posting, scheduling, analytics, and engagement features through one API your team can maintain.

Start with 20 free credits. No credit card required.