Skip to main content
Facebook posting in Postsiva targets Facebook Pages only. Personal Facebook profiles are not supported for publishing.

Connect

Grant Page permissions during OAuth. Postsiva stores tokens per Page.

Post types

facebook_page_ids (required)

Every Facebook post must specify which Page(s) to publish to:
Post to multiple Pages in one request:
List connected Pages and their IDs via GET /unified/user-profiles/ or in the app under Settings → Integrations → Facebook.

Per-page text and images

When Pages need different copy or images, use maps keyed by Page ID:
Pages not listed in facebook_page_texts fall back to default_text. Pages not in facebook_page_images use default_image_id or default_image_url.

Character limit

Facebook Page post text supports up to 63,206 characters — effectively no practical limit for normal posts. See Character limits.

Scheduling and drafts

Add scheduled_time (ISO 8601 UTC) to any post endpoint, or use draft: true to save without publishing:
See Scheduling and Drafts.

Reading posts and comments

Common errors