I upgraded to iOS4 and noticed that -(void)session:(FBSession*)session didLogin:(FBUID)uid is no longer invoked.
I have set the view controller as an FBSessionDelegate.
Has anyone come across this problem?
I upgraded to iOS4 and noticed that -(void)session:(FBSession*)session didLogin:(FBUID)uid is no longer invoked.
I have set the view controller as an FBSessionDelegate.
Has anyone come across this problem?
FBConnect worked well for me, the delegate method is called. The problem is somewhere else