About 50 results
Open links in new tab
  1. 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 …

  2. 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.

  3. Overview - Graph API

    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, …

  4. 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...

  5. 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.

  6. 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)

  7. Meta for Business (formerly Facebook for Business)

    • Create apps with use cases that can connect your app with Facebook, Instagram, WhatsApp, Threads and more. • Request access to permissions and features in App Review.

  8. Page - Graph API Reference - Meta for Developers

    If the page url is being used as the query input, ensure the page url is set up the following way: facebook.com/<pageusername>. More information on the page username.

  9. Status, Support, and Tools - Graph API - Meta for Developers

    Read the Meta Developer Documentation to 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 …

  10. Graph API App - Documentation - Meta for Developers

    Permissions An app access token is required to update fields on an app. Example To update an app restrictions, such as age, send a POST request to /{app-id}: curl -i -X POST …