Skip to content

Business Ig Bc Ad Permissions

Updated: Jun 30, 2022

Reading

BusinessIGBCAdPermissions

Example

Select language

HTTPPHP SDKJavaScript SDKAndroid SDKiOS SDK


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

ParameterDescription
brand_instagram_accounts list<int64>Filter the branded content permissions results by the given brand instagram accounts
creator_username stringFilter 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:

FieldDescription
brand_ig_fbid numeric stringbrand_ig_fbid default
brand_ig_user IGUserbrand_ig_user
brand_linked_fb_page Pagebrand_linked_fb_page
creator_ig_user IGUsercreator_ig_user default
creator_linked_fb_page Pagecreator_linked_fb_page
permission_created_time integerpermission_created_time
permission_status integerpermission_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__).

FieldDescription
pending_permission_count integerThe count of pending permissions associated with the business default

Error Codes

Error CodeDescription
190Invalid 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.

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About