Is there any way to implement user search in a facebook connect app that would give same results as that on facebook.com?
A:
searching through fql table user will give the same results.
or you need exactly the same with group, pages etc? then you have to search in "group", "page", etc. here you can get the complete list of available tables
zerkms
2010-03-25 04:46:46
I just need users in result. But the resultset must match the search results on facebook.
Amit
2010-03-25 06:49:14
Currently I am searching user table. but I am not able to search for say "Anna" if the full name is "Annan".
Amit
2010-03-25 06:53:27