I'm currently working in a service that allow to create Custom Audience and add users to Audiences
Everything works fine when I'm the developer or admin of the app
But when I'm trying to add users by another account without any roles of the app, it return an exception 'FacebookAds\Http\Exception\AuthorizationException' (Both are Ads Account Advertisers of the ad account)
I did some searching around and found that https://developers.facebook.com/bugs/522478074583401/
If a person wants to add users to a custom audience by specifying their (app-scoped) user IDs for a given app, the person needs to have access to these user IDs. This access is determined by this person's role on the app (they need to be a developer or admin of the app), or by the person being an advertiser for the app. Neither of these two conditions are met in the case of your API call.
Anyone please declare "the person being an advertiser for the app" for me please?
And are there any way to add users to an audience without any roles of the app?
Can't find this in docs https://developers.facebook.com/docs/marketing-api/reference/custom-audience/users/