Hi everyone,
I want to use an fbAgent through all the different views of my multiview application. However, I'm not sure how am I supposed to have access to the fbAgent object (and there should only be one, right?). If I declare the FBAgent on my app delegate, then I need to declare something like
@interface TestFacebookAppDelegate : NSObject <UIApplicationDelegate, FacebookAgentDelegate>
but this doesn't seem right.
Any help/suggestion is really appreciated!
Thanks,
Irene
|