In the search API, I need to get user details like facebook.com. If I get search details using Graph API, details are totally different.
For example, while searching one person in my friend list, his/ her details will display in first. But using Graph API, I get those details unordered.
Example URL: https://graph.facebook.com/search?q=SEARCHNAME&type=user
The reason for the difference is because Facebook is customizing the results for you and prefers your friends over strangers when you search via your account. When you search the Facebook graph API unidentified it cannot do the same.