Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
try searching for Dan Gonzalez, seems to be working fine. Not saying there isn't an issue with the search api endpoint. – Deepak Lakshmanan Nov 20 '12 at 22:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.