I have a fql query like this:
SELECT uid,page_id,type,profile_section,created_time FROM page_fan WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) ;
Is there any way to get only the results where page_id = XXXXXX? Because the page_id is not indexable.. and i was hoping for a way to filter it.