Ads and Commerce

Business Ig Bc Ad Permissions

Updated: Jun 30, 2022
Copy for LLM

Reading

BusinessIGBCAdPermissions

Example

GET /v25.0/{business-id}/ig_bc_ad_permissions HTTP/1.1
Host: graph.facebook.com
If you want to learn how to use the Graph API, read our Using Graph API guide

Parameters

Parameter Description
brand_instagram_accounts
list<int64>
Filter the branded content permissions results by the given brand instagram accounts
creator_username
string
Filter the branded content permissions results by ones that match the given creator username
permission_status
list<int64>
Used to filter the branded content permissions results by the permission status

Fields

Reading from this edge will return a JSON formatted result:
{
"data": [],
"paging": {},
"summary": {}
}
data
A list of IGBCAdsPermission nodes.
The following fields will be added to each node that is returned:
Field Description
brand_ig_fbid
numeric string
brand_ig_fbid

default
brand_ig_user
IGUser
brand_ig_user
brand_linked_fb_page
Page
brand_linked_fb_page
creator_ig_user
IGUser
creator_ig_user

default
creator_linked_fb_page
Page
creator_linked_fb_page
permission_created_time
integer
permission_created_time
permission_status
integer
permission_status

default
paging
For more details about pagination, see the Graph API guide.
summary
Aggregated information about the edge, such as counts. Specify the fields to fetch in the summary param (like summary=__type__).
Field Description
pending_permission_count
integer
The count of pending permissions associated with the business

default

Error Codes

Error Code Description
190
Invalid OAuth 2.0 Access Token

Creating

You can't perform this operation on this endpoint.

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.