Alexander Tkachenko
Alexander Tkachenko

Reputation: 3281

IOS sharing framework for twitter, facebook, flicr, tumblr

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:)

Upvotes: 1

Views: 9728

Answers (4)

huyleit
huyleit

Reputation: 175

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

Upvotes: 3

Isaac A Mosquera
Isaac A Mosquera

Reputation: 141

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

Upvotes: 3

Amit
Amit

Reputation: 1795

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

Upvotes: 1

Ian L
Ian L

Reputation: 5591

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

Upvotes: 0

Related Questions