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
Try it in Graph API Explorer
If you want to learn how to use the Graph API, read our Using Graph API guide
Parameters
| Parameter | Description |
|---|---|
brand_instagram_accountslist<int64> |
Filter the branded content permissions results by the given brand instagram accounts
|
creator_usernamestring |
Filter the branded content permissions results by ones that match the given creator username
|
permission_statuslist<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_fbidnumeric string |
brand_ig_fbid
default |
brand_ig_user
| |
brand_linked_fb_page
| |
creator_ig_user
default | |
creator_linked_fb_page
| |
permission_created_timeinteger |
permission_created_time
|
permission_statusinteger |
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_countinteger |
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.