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
已發問 約 2 個月前
已選擇的回答
2

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.

9月26日上午3:05
Koen
已選擇的回答
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!

10月18日上午7:45
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

10月26日上午10:13