I'm trying to search people using the Facebook API (Graph API or FQL, whichever works). Up to this point, it's working just fine but I can't get it to be filtered by country or language.
I'm currently retrieving this URL:
'https://graph.facebook.com/search?q=' . somename . '&type=user&access_token=' . $access_token
I have tried adding &locale=... but that didn't work either.
try this:
It seems this is not possible with Facebooks API.
one of the more sophisticated methods is by fetching data from
You can also fetch data from this link but it requires you logged in
describing parameters :
I didn't find a way to filter according to a locale but there is a way to have the locale field with users informations :