Using Facebook\'s Graph API, given a username xyz (assuming they\'ve authenticated my site), how do I get a list of all of the facebook pages that the user administers?
Fql is the best way to get the pages of the user for which he is the admin. As the others like likes of user will give all the pages that the user like.