Click here to Skip to main content
15,891,784 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to Use Facebook Graph API to search for users in my asp.net application????
Posted
Comments
ZurdoDev 10-Dec-13 7:37am    
What?

1 solution

If you know how to use Facebook Graph API, then read below. Else you have to read some tutorials on how to get data by API.

Refer- Search[^]
Quote:

Overview

You can search over all public objects in the social graph with https://graph.facebook.com/search. The format is:

HTML
https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE


People: https://graph.facebook.com/search?q=mark&type=user
 
Share this answer
 
Comments
[no name] 7-Feb-14 4:57am    
is there any way to search people (public) who's hometown=Delhi and the current city=Californian using graph API

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900