Getting "Application does not have the capability to make this api call" during Business-To-Business api call
3

I'm trying to request access to a third party ad account, doing this API call:

curl \ -F "adaccount_id=act_xxxx" \ -F "permitted_tasks=['ADVERTISE','ANALYZE']" \ "https://graph.facebook.com/v11.0/yyyy/client_ad_accounts?access_token=zzz"

As specified here: https://developers.facebook.com/docs/marketing-api/business-asset-management/guides/business-to-business

Where ad account exists, because I know the owner, my business ID is correct and the access token belongs to an admin system user.

I keep getting this error:

{"error":{"message":"(#3) Application does not have the capability to make this API call.","type":"OAuthException","code":3,"fbtrace_id":"ANtfBmBDK5ZVoNZgH9O8zBh"}}

What am I doing wrong? Thanks in advance

Luis
Asked about 2 years ago