I do not understand the search of facebook graph api.
Once i have got a valid user access token
(Got from https://developers.facebook.com/tools/explorer?method=GET with no specials permissions)
I made for example this query
graph.facebook.com/search?q=Miriam%20Gonzalez&type=user&access_token=MY_USER_ACCESS_TOKEN
It returns me many results, the same that i can obtain in facebook page with my user.
But if try with this for example:
graph.facebook.com/search?q=Daniel%20Gonzalez&type=user&access_token=MY_USER_ACCESS_TOKEN
It returns a data empty, no results. The differences between both querys is the param called "q" (Miriam in one side and Daniel in other side).
If i search "Daniel Gonzalez" in my account, I have got results.
¿What could be the problem?