f

Schedule & publish to Facebook with Socializer

Connect Facebook, compose once and adapt to its native format, then approve, schedule, and publish page posts — from the dashboard, the CLI, the REST API, or an MCP tool.

Native Facebook formatting

Assistive AI reshapes your source into Facebook's native form, enforcing its length and media constraints automatically.

Approval-gated publishing

Nothing reaches your Facebook account until a human approves the draft. Every write is recorded in an immutable audit log.

API · CLI · MCP

Drive Facebook programmatically with the same verbs as every other network — no per-channel special-casing.

What Facebook supports

  • Text, link, image, and video posts to a Page
  • Scheduled publishing with native preview
  • OAuth connect with Page-scoped tokens

Connect in three steps

  1. 1Start the connect flow and authorise Socializer on Facebook via OAuth.
  2. 2Socializer stores the credential envelope-encrypted (AES-256-GCM) — never in plaintext.
  3. 3Compose, approve, and schedule. Every publish to Facebook is recorded in the audit log.
Connecting accounts docs

Publish to Facebook from your shell

socializer · CLI
$ socializer auth login facebook
$ socializer compose --text "gm" --networks facebook
$ socializer approve <post-id>
$ socializer schedule <post-id> --at "2026-07-01T09:00:00Z"