Cocoa Bird is an open-source Twitter API for Objective-C/Cocoa on iOS (iPhone and iPad devices). It covers nearly all of the Twitter REST API, all of the Twitter Web Intents, and makes the nightmarish OAuth process into a Sunday drive.
Features include:
Another great feature of Cocoa Bird is that it supports every API call both synchronous and asynchronous. Normally async works best since you don’t want to look like an idiot locking up the UI while your data loads. But sometimes you’re already in a background thread and synchronous is exactly what you need!
Get Started >>
Check out the Docs >>