I am trying to get all open graph pages owned by an application.
I tried this query, but it returned an empty data set. I want to try this with the app id instead and wondering if there is a way to do that.
https://graph.facebook.com/fql?q=SELECT page_id, type from page_admin WHERE uid=me()&access_token={token}