Code:
- (void)session:(FBSession*)session didLogin:(FBUID)uid {
NSLog(@"User with id %lld logged in.", uid);
}
Put a break point in there and see if it gets called?
I think there is probably an equivelent for a didFailLogin as well if memory serves, breakpoint em and see what happens.