简体   繁体   中英

Is it possible to link personal ad account to business account programmatically in facebook?

I want to aggregate my clients' ad account into my business account automatically.

The client is already logged in via oauth2 process in my website and grant the permissions, ["ads_read", "ads_management", "manage_pages"] .

I'm succeeded to request access for the client using the endpoint POST /<business_id>/client_ad_accounts .

Request image in the client Ad account setting page:

在此处输入图片说明

And, There is a problem.

I want to accept this request programmatically using the client's ACCESS_TOKEN.

POST /act_<client_ad_account_id>/agencies
-d "business=<my_business_id>&access_token=<client_access_token>"

But, I have a error message (#10) Ad account <client_ad_account_id> must be managed by a business account to approve agency access .

Is it possible to accept this request programmatically? If that's possible, what should I do?

self answer: Connect client page to the client's business account and add permission business_management . Then, everything works fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM