Instagram Platform

Page

Updated: Jul 11, 2024
Represents a Facebook Page.
This node allows you to:
  • get the IG User connected to a Facebook Page.
Available via Facebook Login for Business only.

Creating

This operation is not supported.

Reading

Getting a Page’s IG User

GET /<PAGE_ID>?fields=instagram_business_account
Returns the IG User connected to the Facebook Page.

Permissions

A Facebook User access token with the following permissions:
  • instagram_basic
  • pages_show_list
If the token is from a User whose Page role was granted via the Business Manager, one of the following permissions is also required:
  • ads_management
  • ads_read

Sample Request

GET graph.facebook.com
  /134895793791914?fields=instagram_business_account

Sample Response

{
  "instagram_business_account": {
    "id": "17841405822304914"
  },
  "id": "134895793791914"
}

Updating

This operation is not supported.

Deleting

This operation is not supported.