In the \"old\" FB iOS SDK I could receive user information via the following:
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys
Once you have access to (id)user, you could simply use, user[@"email"].
(id)user
user[@"email"]