bryan:Over the past few weeks we’ve open-sourced quite a few official client libraries for the Tumbl
bryan:Over the past few weeks we’ve open-sourced quite a few official client libraries for the Tumblr API. Today I’m proud to announce the Tumblr iOS SDK, an Objective-C library for easily integrating Tumblr data into your iOS (or OS X) applications, however you see it.The Tumblr SDK for iOS contains a few different components to start:Authentication (OAuth and xAuth implementations)A full wrapper around all of our API endpointsInter-app communication (this is pretty limited at the moment but we plan to expand it quite a bit going forward)A UIActivity stub for easy inclusion of a Tumblr button in a standard Apple UIActivityViewControllerWe’ve been using this SDK in production for quite some time now and are thrilled to finally be able to share it with you.If you’re interested in integrating with Tumblr on iOS or OS X in a way that the SDK doesn’t currently facilitate, please get in touch. I’m very interested in hearing any and all feedback on how we can make this as easy as possible. -- source link