---
title: "Facebook"
description: "Publishing to a Facebook Page with Dravo: scopes, text and image posts, and the state of video."
section: "Networks"
url: https://dravo.dev/docs/networks/facebook
---
# Facebook

## What you can post

Dravo publishes to a Facebook Page: text only posts, image posts, and (best
effort) video. You connect a Page, not a personal profile, and you must have a
content role on that Page.

## Scopes

| Scope | Why |
| --- | --- |
| `pages_show_list` | List the Pages you manage. |
| `pages_read_engagement` | Read Page context required to publish. |
| `pages_manage_posts` | Create posts on the Page. |

## How it works

Dravo targets the Page Graph API with your Page access token. Text posts go to
the Page feed, images are published with the photo endpoint and the text becomes
the photo caption.

## Video

Plain Page video still works through the classic video endpoint, but Meta is
steering video toward Reels (`video_reels`), so treat Facebook video as best
effort for now. For a reliable MVP, prefer text and image on Facebook. Video
Reels support can follow once the rest of the flow is settled.
