Do I need to find the user-id, from the username thats put like on the page that im admin.
For that reason ive generated a "non expiring" access token for my page with these permissions:
manage_pages, pages_show_list, publish_pages, public_profile
But if I call the end point
/{page-id}?fields=likes
it gives me back this reply:
"error":
{ "message": "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.",
The first question is if that is the right endpoint to call to get the user that put likes on my page?
Second, is the right workflow to query all the user, then founds the one that that i need and to found his id?
Third if Im in the right direction, how can I make my apps review even if im far to be done....im only at the initial test... is it possible too to send it for review? many thanks