Is it possible to limit / filter FB Graph queries (page):
- Category (per page)? (e.g. & category = restaurant)
- The amount he liked (minimum threshold)
- Does it have certain properties (for example, it should have location.city or maybe a filter where location.city == "San Jose")
and is it possible to order results (for example, by the number of similar descending ones?)
I use this as a starting point:
http://graph.facebook.com/search?q=california&type=page&fields=id,name,location,category
facebook facebook-graph-api
Stackoverflowed
source share