Social — entry 008 of 38
Meta's Graph API is the single HTTP interface behind Facebook Login, Page management, and Social Plugins, exposing versioned endpoints under graph.facebook.com that read and write data about people, Pages, and Groups once a user grants OAuth permissions. Most scopes that touch another person's data or a business Page require Meta's app review process before they work outside development mode, and the same Graph API infrastructure also underlies Instagram's Business API stack.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
200 API calls per hour multiplied by the app's number of users under Meta's default Business Use Case formula (e.g. the WhatsApp Business Management API defaults to 200 requests/hour per app per WABA, scaling up to 5,000/hour for an actively engaging WABA), per developers.facebook.com/docs/graph-api/overview/rate-limiting