Facebook API

Facebook Posting API

Publish to Facebook pages and profiles with text, images, videos, and links. PostPeer handles the Graph API complexity for you.

  • Page and profile posts
  • Image, video, and link sharing
  • Scheduled posting with timezone support
  • No Facebook developer app required
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
5 platforms
TwitterLinkedInFacebook+2
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XIGFBLITT
One API, every platform

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 -X POST https://api.postpeer.dev/v1/posts \
  -H "x-access-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Exciting news from our team! We just hit 10k users.",
    "platforms": [
      {
        "platform": "facebook",
        "accountId": "acc_fb_789"
      }
    ]
  }'

Response

JSON
{
  "postId": "post_mno345",
  "status": "published",
  "platforms": [
    {
      "platform": "facebook",
      "status": "published",
      "platformPostId": "987654321",
      "platformPostUrl": "https://www.facebook.com/post/987654321"
    }
  ]
}

Everything You Need for Facebook Posting

Skip the Facebook Graph API complexity. PostPeer gives you a simple endpoint for all Facebook publishing needs.

Page & Profile Posts

Publish to Facebook pages or personal profiles. Target specific pages through the accountId field.

Image & Video Posts

Upload images and videos with your posts. PostPeer handles Facebook's media upload requirements.

Link Sharing

Share links with automatic Open Graph preview generation. Facebook fetches the preview from your link automatically.

Scheduled Publishing

Schedule Facebook posts for any future time. PostPeer manages the queue and publishes at the right moment.

Cross-Post to Other Platforms

Publish the same content to Facebook + Instagram + Twitter + more in a single API request.

Managed OAuth

No Facebook developer app or Graph API setup. PostPeer handles authentication and token management.

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!" }
Published
5 platforms
TwitterLinkedInFacebook+2
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XIGFBLITT
One API, every platform