We have a feature that use FB login for business to get the page token of the user's selected page. All functionality is working fine in development but we still got rejected when submit permission review.
In the functionality we call /me/accounts
API endpoint to get the list of page that user have and only processed on backend and we didn't display it to the user.
The reviewer said our use case is invalid for pages_show_list and pages_manage_metadata then for business_management the use case is valid but the screencast is invalid due to not showing the functionality.
How can we submit those permissions to get approved since those permissions is used for /me/accounts
API endpoint which working on our backend only ?
Is that possible to not use those permission for /me/accounts
API endpoint ?
Reference https://developers.facebook.com/docs/graph-api/reference/user/accounts