do you know how to get in fbconnect the user email for iphone sdk? I get uid, name and sex. But I can't get the email.
- (void)session:(FBSession *)session didLogin:(FBUID)uid { NSString *fql=[NSString stringWithFormat:@"select uid,name,sex,email,birthday from user where uid == %lld", uid];
http://developers.facebook.com/docs/guides/mobile/ here I don't see a solution. thanks
The user needs to authorize the app to get the email.