I've created an app for authorization users via Facebook, but not I need to get real ids for those users to be able to open their pages in the browser. Is there any way to get current user page id by id which I've already received via Facebook api (app scoped id)?
I've trid this example but an error occurs: This method must be called with a Page Access Token
I've already passed access token. May be access token
and page access token
are different thing, idk (poor docs).
Also https://graph.facebook.com/v2.11/pages_id_mapping
(pages_id_mapping ) method doesn't work for https://developers.facebook.com/tools/explorer
.
I've also tried this example but it also doesn't work. It just returns exactly the same ids which have been passed.
This is broken too.
I can't believe that there is no way to get real user ids from app scoped ids.. I need to get user links.