views:

63

answers:

1

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?

A: 

FBConnect worked well for me, the delegate method is called. The problem is somewhere else

vodkhang
Thanks for the answer :)
Mansi