Facebook Business Manager · Authentication Profile
Facebook Business Manager Authentication
Authentication
Every Business Manager surface authenticates the same way: an OAuth 2.0 bearer access token issued through Facebook Login, scoped by user-granted permissions. The OpenAPI files in this repo declare only a generic http/bearer scheme; this file upgrades that thin derivation with what Meta actually documents — five distinct token types with materially different lifetimes and rate-limit regimes, an OIDC discovery document served at www.facebook.com, and an appsecret_proof signature for server-side calls. Upgraded 2026-08-13 from method: derived (openapi only) to method: searched.
Facebook Business Manager secures its APIs with oauth2, http, and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions.
AdvertisingAnalyticsBusiness ManagementMarketingSocial-MediaMessagingCommerceAgentsMCPWebhook
Methods: oauth2, http, openIdConnect
Schemes: 3
OAuth flows:
API key in:
Security Schemes
bearerAuth http
facebookLogin oauth2
facebookOIDC openIdConnect