1

I need to share UIImage from my IOS application to Facebook, Twitter, Flicr, Picassa (if possible), Tumblr.

Is there any library that can help me with this task? Or should i download SDK for every one social network?

Please, help me, and thank you for the answers:)

Alexander Tkachenko
  • 3,221
  • 1
  • 33
  • 47

4 Answers4

3

For Facebook and Twitter, you can use the simple way bellow. The UI will look like Twitter on iOS 5 and Facebook on iOS 6: https://github.com/lephukhanhhuy/easyshare-ios4.3.

enter image description here

huyleit
  • 175
  • 1
  • 8
3

You can also use the Socialize SDK which handles sharing and user management as well: http://www.getsocialize.com

1

Great share API http://www.addthis.com/

Amit
  • 1,795
  • 1
  • 17
  • 20
0

ShareKit is an option as it covers some of the services you require.

Ian L
  • 5,553
  • 1
  • 22
  • 37
  • 4
    I believe that link is to the "old" ShareKit that is no longer supported and has some issues. You should try ShareKit 2.0 (https://github.com/ShareKit/ShareKit) – Nick Bull Mar 22 '12 at 16:19