Business Asset User Profile Access (violation)
2

Can anyone confirm if the "Business Asset User Profile Access" permission (https://developers.facebook.com/docs/features-reference/business-asset-user-profile-access/) is only used for the user Fields (see: https://developers.facebook.com/docs/graph-api/reference/user#fields) and not for the user Edges (see: https://developers.facebook.com/docs/graph-api/reference/user#edges).

So would you still be able to access these endpoint without advanced access to this permission: /{userId}/accounts /{userId}/permissions /{userId}/adaccounts

Our app in currently under violation: Developer Policy 1.9 - Permission use case is not allowed.

We are not directly using these fields, only the edges. However, the overview show active API calls for this permission. We trying to figure out what triggers those calls, and if we need this permission.

Thanks for any help.

Koen
Asked about a month ago
Selected Answer
1

Found out:

The Business Asset User Profile Access permission is required to retrieve user details from comments on a business page post. Without advanced access to this permission, the from field, which provides information about the user who posted the comment, will not be accessible.

September 26 at 3:05 AM
Koen
Selected Answer
1

I got the same message! @Koen where did you find that documentation about the Business Asset User Profile Access?

I only see a related doc for messenger (https://developers.facebook.com/docs/messenger-platform/identity/user-profile/?locale=en_US). Thank you!

October 18 at 7:45 AM
Luca
Matt

I found this under Graph API docs. Still a bit confused though. https://developers.facebook.com/docs/features-reference/business-asset-user-profile-access

October 26 at 10:13 AM