I can't seem to find the definitive word out there of the facebook search api: the api that allows you to search public status updates and comments/posts (there is a web interface for all logged in users for this at the moment).
|
You can use the Facebook graph API : http://developers.facebook.com/docs/reference/api/ look for the searching section, QUOTE from fb: Searching You can search over all public objects in the social graph with https://graph.facebook.com/search. The format is: https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE We support search for the following types of objects: All public posts: https://graph.facebook.com/search?q=watermelon&type=post
You can also search an individual user's News Feed, restricted to that user's friends, by adding a q argument to the home connection URL: |
|||||||||
|
|
More Better way using Facebook PHP SDK -> Search any term using facebook php sdk.
THERE ARE VARIOUS TYPES, you can search:
|
|||||
|
protected by Community♦ Aug 19 '12 at 7:13
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.