Using GraphAPI, I see you can request location of a specific friend, or search for friends by criteria.
However, I couldn't find a way to search for friends in my area. I want to perform a search and get a results of friends who are in a radius of X meters from me.
I know I can fetch each friend manually and check its location, but it seems a bit inefficient so I'm looking for a batch search,
EDIT: I've found a similar question (and answer) using FQL: facebook fql query similar to friends checkins
