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 need to search for certain users on Facebook by their names(ex. Full name or First_name). Is it possible to do that without having access token for user?

share|improve this question

1 Answer

up vote 1 down vote accepted

No, you cant do that,

Atmost, you can search this (will include everything related with jashwant)

http://graph.facebook.com/search?q=jashwant

but this

http://graph.facebook.com/search?q=jashwant?type=user

needs access_token

share|improve this answer
1  
And There's no way to get an access token unless the user logged in, right? – user1359454 Jun 14 '12 at 19:24
@user1359454, Right ! – Jashwant Jun 14 '12 at 19:44

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.