3

I'm trying to get Sharekit Facebook sharing to work. Step 7 in the manual states that these methods should be implemented:

- (void)applicationDidBecomeActive:(UIApplication *)application
{
    [SHKFacebook handleDidBecomeActive];
}


- (void)applicationWillTerminate:(UIApplication *)application
{
    [SHKFacebook handleWillTerminate];
}

But XCode gives me an error that handleDidBecomeActive and handleWillTerminate are not class methods of SHKFacebook.

Anyidea what I might have done wrong? I linked ShareKit with Cocoapods.

Jerry Coffin
  • 476,176
  • 80
  • 629
  • 1,111
brainray
  • 12,512
  • 11
  • 67
  • 116
  • Might it be, that these are legacy methods, that are not needed anymore? Sharing FB seems to work fine without them. – brainray Dec 15 '12 at 14:40

0 Answers0