Muneeb Nasir
Muneeb Nasir

Reputation: 2504

search user from emailID using RestFB?

I want to search Facebook user from his/email-id. Suppose, I have an email of someone who is not in my friend list. How can i search his account using restfb?

I'm trying this User user = client.fetchObject("[email protected]", User.class); but its not working for me.

Upvotes: 0

Views: 323

Answers (1)

andyrandy
andyrandy

Reputation: 74004

You can´t, at least not anymore. You can only use the Search API to search for users by name, but not by their email.

Upvotes: 1

Related Questions