I've got some code which executes the following FQL:
"SELECT name, page_url, page_id FROM page WHERE page_id IN (SELECT page_id FROM page_admin WHERE uid= $uid )";
Where $uid the facebook user ID of a user.
For one user the code returns several rows - all with the same name but DIFFERENT page_ids. If I search for the page name on Facebook I only get one single hit. So anyone got any ideas on how to remove the "rogue" entries?