← Integrations

social

Facebook integration

Page posts, reels, and Messenger threads through the Graph API.

Overview

Publish to Facebook Pages with full media support, manage Messenger threads from the unified inbox, and pull post insights without keeping your own Graph app in good standing.

Quick start

blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);

// Connect a Facebook account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "facebook" });

// Publish from your app
await blazto.posts.create({
  text: "Shipping today.",
  platforms: ["facebook"],
});

What you can do

Key endpoints

POST/posts
Publish a Facebook Page post.
GET/inbox
Messenger threads in the unified inbox.

Built for

Local business tools

Cross-post promos to every storefront page.

Community managers

Centralize Messenger conversations.

Related integrations

Ship the Facebook integration today

One API key, one SDK, every platform you need.

Start for free