FBSessionDelegate methods not firing
问题 I'm attempting to implement the latest Facebook Connect SDK and I'm having some troubles. For some reason the delegate callbacks for FBSessionDelegate protocol are not being fired. I've followed the instructions on the git Facebook page and tried to mimic the Facebook sample app but no luck. I'm going crazy here so I'm gonna post my code and maybe somebody will see something silly that I've missed. #import <Foundation/Foundation.h> #import "FBConnect.h" @interface FacebookWrapper :