Reputation: 3281
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
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.
Upvotes: 3
Reputation: 141
You can also use the Socialize SDK which handles sharing and user management as well: http://www.getsocialize.com
Upvotes: 3