Facebook API
Facebook Scheduling API
Queue Facebook Page posts, photos, and videos for future delivery. Set an exact time and an IANA timezone, and PostPeer handles the Graph API, OAuth, token refreshes, and publishing at the precise moment.
- Schedule Page posts, photos, and videos for any future time
- Timezone-aware delivery with IANA timezone support
- No Meta developer app or App Review on your side
- Reschedule, cancel, or list queued posts via API
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 -X POST https://api.postpeer.dev/v1/posts \
-H "x-access-key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"content": "Doors open Monday. Here is what to expect.",
"platforms": [
{
"platform": "facebook",
"accountId": "acc_fb_page_321"
}
],
"scheduledFor": "2026-09-07T09:00:00Z",
"timezone": "Europe/London"
}'Response
JSON
{
"postId": "post_fb_789",
"status": "scheduled",
"scheduledFor": "2026-09-07T09:00:00Z",
"timezone": "Europe/London",
"platforms": [
{
"platform": "facebook",
"status": "scheduled",
"accountId": "acc_fb_page_321"
}
]
}Everything You Need to Schedule Facebook Posts
Queue Facebook Page content without managing Meta's Graph API directly. One endpoint to schedule, reschedule, and cancel posts in any timezone.
Exact-Time Delivery
Pass a scheduledFor ISO 8601 datetime and PostPeer publishes the Page post at that exact moment through the Graph API. No cron jobs and no manual publishing on your side.
Timezone-Aware Scheduling
Set an IANA timezone like Europe/London and schedule against local time. PostPeer resolves the offset, including daylight saving transitions, so posts land at the right local hour.
Queue Photos and Videos
Schedule text updates, photos, and videos to a Facebook Page the same way. PostPeer validates media against Facebook specs before it is queued so problems surface early.
Manage Your Content Calendar
List every queued Page post, reschedule to a new time, or cancel before delivery. Build a full Facebook editorial calendar on one endpoint.
Plan Content in Advance
Queue days or weeks of Page content up front, each with its own scheduledFor time. Set up a campaign once and let PostPeer deliver each post on schedule.
Cross-Post on a Schedule
Queue the same content for Facebook, Instagram, LinkedIn, and more in one request at the same future time. Platform-specific formatting is handled automatically.
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