ilhan
ilhan

Reputation: 8935

Search using Facebook api?

Is it possible to search users of Facebook by gender, hometown and a group that he/she liked?

Upvotes: 1

Views: 1318

Answers (2)

The Surrican
The Surrican

Reputation: 29856

sorry to disappoint you. its not (at the moment). not however any user with no connection to you. if you obtain an access token you can do that for the friends and even friends of friends. if they have listed that data public or accessible to the user who authorized the token and gave you the permission. you can as well view fans for a group as this data is public too but a "search" as you probably are looking for doesnt exists. sorry. heres your documentation: http://developers.facebook.com/docs/api#search

Upvotes: 1

Mikos
Mikos

Reputation: 8543

Look up Facebook Graph API - it is pretty powerful in querying by various parameters. http://developers.facebook.com/docs/api#search

Upvotes: 0

Related Questions