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
- ✓Publish text, image, video, and reel posts
- ✓Schedule for future publish
- ✓Reply to Messenger threads
- ✓Read reach, impressions, and engagement
Key endpoints
POST
Publish a Facebook Page post./postsGET
Messenger threads in the unified inbox./inboxBuilt 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