I’m trying to write an external application to retrieve access rights data for a particular page. I want to find out who currently has administration rights to my application. Is this possible? I couldn’t retrieve this data with fql or graph…
Share
You can do it with FQL:
You can also get this via the Graph API. To do it in the Graph API explorer
PAGE_USERNAME_OR_IDis a valid username or ID of a page you manage./PAGE_USERNAME_OR_ID?fields=access_tokenwith themanage_pagespermission and copy theaccess_tokenfor the page in question./PAGE_USERNAME_OR_ID/admins