You cannot receive pages by category.
The FQL Page table has a field called categories.
You can get a category for business using FQL as follows:
SELECT categories FROM page WHERE page_id = PAGE_ID
where PAGE_ID is the identifier of the Facebook page.
However, categories are not an indexable field. You cannot ask for all cases in New York that are Florists, since "WHERE categories = florist" is not permitted.
Gunnar karlsson
source share