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 am using facebook graph api and I am able to get the email id of logged in user. I want to know that how can I retrieve any of my Friends email id using his/her id .

Is it possible or not ?

Thanks

share|improve this question
Yes it is possible to get the data of the user if user has given the permission to access his/her email ID – Inder Kumar Rathore Mar 17 '12 at 13:02
Here is the Complete Source Code: github.com/lucascorrea/SCFacebook Using this code you can retrieve list of your Friends – Apple Mar 17 '12 at 13:04

1 Answer

up vote 1 down vote accepted

No, you cannot retrieve emails nor phones of your friends through API. Facebook restricts this for security reasons.

share|improve this answer

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.