Facebook API
Facebook Comments API
List, reply to, and delete comments on Facebook Page posts programmatically. PostPeer handles the Graph API and App Review.
- 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!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platformsTwitterLinkedIn
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXLIFBTT
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
"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."
Divanshu Khatter, Marketing Manager at Sembark
"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."
Het Tikawala, Founder at Kalizzle AI Studio
How It Works
Add social media to your product in three steps.
01
Get Your API Key
Sign up and get your API key instantly — no sales calls, no complex onboarding.
02
Integrate in Minutes
A single endpoint to post, schedule, and manage content. Drop it into your product and go.
03
Your Users Post Everywhere
Your product now supports every major social platform — without you maintaining a single integration.
API Response Format
Clean, structured JSON that's easy to parse and integrate
Request
POST
curl "https://api.postpeer.dev/v1/comments?platform=facebook&accountId=acc_fb_page_456&postId=1234567890_9876543210&limit=25" \
-H "x-access-key: your-api-key"Response
JSON
{
"success": true,
"comments": [
{
"id": "9876543210_1111111111",
"text": "Is this available in Canada?",
"author": {
"id": "1000000000000",
"name": "Alex Morgan"
},
"timestamp": "2026-08-02T11:05:00Z",
"likeCount": 2,
"hidden": false,
"replies": [
{
"id": "9876543210_2222222222",
"text": "Yes, we ship to Canada!",
"author": {
"id": "1400000000000",
"name": "Your Page"
},
"timestamp": "2026-08-02T11:12:00Z",
"likeCount": 0
}
]
}
],
"nextCursor": "WTI5dGJXVn..."
}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.
More Platform APIs
Frequently Asked Questions
Ready to Add Social Media to Your Product?
One API. Every platform. Start building with free credits.
Start Posting for FreeNo credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platformsTwitterLinkedIn
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXLIFBTT
One API, every platform