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];