Reputation: 2504
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
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