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.

Below code gives permission to retrieve the logged in user's emailID. Similar to this, is there any way you can retrieve other user's emailID on passing facebook ID?

[[AppDelegateObj facebook] requestWithGraphPath:@"me/permissions" andDelegate:self];

share|improve this question

1 Answer

up vote 3 down vote accepted

Similar to this, is there any way you can retrieve other user's emailID on passing facebook ID?

No. You can only access a user’s email, if they are using your app directly and have given you permission. There is no such thing as a friends_email permission.

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.