Trying to create a custom audience using graph API.
But getting a permission related error. Sharing the debug information below.
==== Query curl -i -X POST \ "https://graph.facebook.com/v22.0/act_359378516936631/customaudiences?name=communication_team_test&subtype=CUSTOM&customer_file_source=USER_PROVIDED_ONLY&access_token=" ==== Access Token Info { "perms": [ "read_insights", "ads_management", "ads_read", "business_management", "public_profile" ], "user_id": "9377999265593140", "app_id": "28271741505808007" } ==== Parameters - Query Parameters
{} - POST Parameters
{ "name": "communication_team_test", "subtype": "CUSTOM", "customer_file_source": "USER_PROVIDED_ONLY" } ==== Response { "error": { "message": "Unsupported post request. Object with ID 'act_359378516936631' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api", "type": "GraphMethodException", "code": 100, "error_subcode": 33, "fbtrace_id": "AoWsHiny9-t7UDMQZB3AKEM" } } ==== Debug Information from Graph API Explorer - https://developers.facebook.com/tools/explorer/28271741505808007/?method=POST&path=act_359378516936631%2Fcustomaudiences&version=v22.0&name=communication_team_test&subtype=CUSTOM&customer_file_source=USER_PROVIDED_ONLY

Tag:-

Add a new comment.