Does facebook graph api support Post search by specific address?
It will be a multi-step process.
fql?q=SELECT post_id, message, attachment FROM stream WHERE source_id = {pageId}
, : https://developers.facebook.com/docs/reference/api/#searching
: http://developers.facebook.com/blog/post/2012/03/07/building-better-stories-with-location-and-friends/
: https://graph.facebook.com/search?type=location¢er=37.76,-122.427&distance=1000&access_token=whatever
. , api.please, https://developers.facebook.com/tools/explorer
If there is a Place for your location , then yes you can.