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.

Can I get a user's friends emails through Graph API? and How?

share|improve this question

3 Answers

up vote 6 down vote accepted

It doesn't appear that you can.

You can get a list of friends, but that only gives you ids and names. It appears you have to get users to give you an access token to pull private info, such as email, on a per user basis.

share|improve this answer
2  
There is no "public" email for API. You posted the link about user's fields, look there ;-))) – zerkms Dec 2 '10 at 4:37
yuck... that sucks. – Johnny Dec 2 '10 at 18:53
But what is script for getting the list of friends email – amol yesterday

Unless the user's friends have made their email address public (which is highly unlikely) then no, you can't get a user's friend's email address.

share|improve this answer
2  
email is always not-public for API. developers.facebook.com/docs/reference/api/user – zerkms Dec 2 '10 at 4:29

You cannot. You have to ask each user so he permit you to get his own email.

share|improve this answer
1  
so how does yahoo allow you to import fb contacts? – Amit Jul 1 '11 at 14:01
@Amit: I don't use yahoo, so never seen its GUIs to do so. – zerkms Jul 1 '11 at 23:42

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.