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'm making facebook graph api call for search user. Query is https://graph.facebook.com/search?q=vijay&type=user&access_token=MY_ACCESS_TOKEN. I got empty response like {"data": []}.

But I'm make same API call with full name of user https://graph.facebook.com/search?q=vijaykrishnan&type=user&access_token=MY_ACCESS_TOKEN. Hear I got correct response.

I tried it via my application and Graph API Explorer. I got same result. Is there any issue in facebook side?

share|improve this question
Did you find any answer? We're finding that this happens randomly and will affect all search, with or without a token. Also, while it effects our dev machines (remote) and local machines (local), it does not effect web server. That's 3 different IPs... – mellodev Nov 8 '12 at 0:45
I filed a FB bug in case anyone else is experiencing similar problems with the search developers.facebook.com/bugs/… – mellodev Nov 8 '12 at 1:39

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.