Search code examples
iosfacebooksharesharekit

iOS - ShareKit and Facebook


i usually use ShareKit to add share featuring into my apps, but since with iOS 5 SDK and ARC ShareKit doesn't compile anything, even i set the -fno-objc-arc flag. I need essentially the share on Facebook, how can i do without ShareKit?

I found FacebookAgent, but if you open the dialog and then want to close it, it's impossible because there isn't a close button! Help me with some Facebook library, advise on ShareKit with ARC or a little tutorial on how share with Facebook SDK. Thanks


Solution

  • If you can't get it working, you can try addthis:

    http://www.addthis.com/help/ios-quickstart#.TtNb5XOzVt4

    It seems to be updated more often than ShareKit, but it's still not ARCified. So you'll need to add the flags and whatnot. If you have trouble, check the forum, there is a solution there if you have trouble.