meta-api-reference
Use when working with Meta Marketing API or Graph API — creating campaigns, ad sets, ads, pulling insights, building custom audiences, handling conversions, or setting up system user authentication. Also use when choosing between Meta API versions or debugging rate limit errors.
| Model | Source |
|---|---|
| sonnet | pack: ads |
Full Reference
┏━ 🔧 meta-api-reference ━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Use when working with Meta Marketing API or Gr… ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
meta-api-reference
Section titled “meta-api-reference”Reference skill for the Meta Graph API and Marketing API. Covers authentication, campaign management, insights, audiences, server-side conversions, and rate limiting. All examples are JavaScript/Node.js.
Quick Reference
Section titled “Quick Reference”| Fact | Value |
|---|---|
| API version (stable) | v22.0 |
| API version (latest) | v23.0 |
| Base URL | https://graph.facebook.com/v22.0 |
| Auth method | Bearer token (system user token for production) |
| Rate limit (standard) | 9,000 pts/hr per app per ad account |
| Rate limit (dev) | 60 pts/hr per app per ad account |
| Key env vars | META_ACCESS_TOKEN, META_APP_ID, META_APP_SECRET |
| Breaking change | 7d_view/28d_view attribution windows removed Jan 2026 |
| Breaking change | ASC/AAC via legacy endpoints blocked on v24.0+ |
Reference Index
Section titled “Reference Index”| I want to… | File |
|---|---|
| Understand API versions and breaking changes | reference/versioning.md |
| Authenticate requests and set up system user tokens | reference/auth.md |
| Use the Graph API node/edge/field pattern and pagination | reference/graph-api.md |
| Create, read, update, and delete campaigns | reference/campaigns.md |
| Create and configure ad sets with targeting | reference/ad-sets.md |
| Create ad creatives, upload images, and create ads | reference/ads.md |
| Pull insights, use date presets, and run async reports | reference/reporting.md |
| Build custom audiences, add users, and create lookalikes | reference/audiences.md |
| Send server-side conversion events and create custom conversions | reference/conversions.md |
| Handle rate limits and use batch requests | reference/rate-limits.md |
Usage: Read the reference file matching your current task from the index above. Each file is self-contained with code examples and inline gotchas.