
Graph API - Meta for Developers
The Graph API is the primary way for apps to read and write to the Facebook social graph. All of our SDKs and products interact with the Graph API in some way, and our other APIs are extensions of …
Get Started - Graph API - Meta for Developers
The Get Started with the Graph API guide introduces you to receiving data from Meta's social graph.
Graph API Reference - Meta for Developers
The Graph API is the primary way to get data in and out of Facebook's social graph. It's a low-level HTTP-based API that you can use to query data, post...
Overview - Graph API - Meta for Developers
The Graph API is the primary way to get data into and out of the Facebook platform. It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload …
Graph API Explorer Guide - Meta for Developers
The Graph API Explorer tool allows you to construct and perform Graph API queries and see their responses for any apps on which you have an admin, developer, or tester role.
Introducing Graph API v23.0 and Marketing API v23.0 - Meta for …
May 29, 2025 · We are improving the business experience on Cloud API and MM Lite API by providing more actionable and specific error codes and messages for commonly used scenarios, enabling …
Meta Developer Documentation | Meta APIs, SDKs & Guides
Learn the basics of how to send and receive data from the Meta social graph and how to implement the APIs, Platforms, Products, and SDKs to fit your application needs.
Publish Content - Instagram Platform - Meta for Developers
This guide assumes you have read the Instagram Platform Overview and implemented the needed components for using this API, such as a Meta login flow and a webhooks server to receive …
Access Token Guide - Facebook Login
Page access tokens are used in Graph API calls to manage Facebook Pages. To generate a page access token, an admin of the page must grant your app the Page permission or permissions needed.
Graph API - Facebook SDK for JavaScript
Graph API Request The method FB.api() lets you make calls to the Graph API. FB.api(path, method, params, callback)