# Apivom Atlas — Meta Facebook Graph API

> Apivom Atlas integration for Meta Facebook Graph API: 5 gateway routes over `graph.facebook.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 5 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /{api_version}/me/accounts` (tokens-get-access-tokens-of-pages-you-manage) — params: params, query
- `GET /{api_version}/{page_id}` (tokens-get-specific-page-access-token) — params: params, query
- `POST /{api_version}/me/video_reels` (reels-publishing-1-create-reel) — params: params, query
- `GET /{api_version}/{video_id}` (reels-publishing-3-optional-get-upload-session-status) — params: params, query
- `POST /{api_version}/me/video_reels` (reels-publishing-4-publish-reel) — params: params, query

## Credential model

- Access Token (`accessToken`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
