Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the next two sections you’ll use what you’ve learned from the Accounts framework and apply it to interacting with the Twitter REST API through the native Twitter framework. There are two ways you can do this. You can either use the native UITweetComposeViewController, which is a subclass of UIViewController that operates as a drop-in status update view controller, or you can build your own requests using the TWRequest class. The first technique we’ll cover is the tweet compose view controller (Figure 5.5).
Figure 5.5. The tweet compose view controller.