June 2015
Intermediate to advanced
320 pages
7h 18m
English
The Twitter API provides access to all the functions that we may want a Twitter client to perform. With the Twitter API, we can create clients that search for recent tweets, find out what's trending, look up user details, follow users' timelines, and even act on the behalf of users by posting tweets and direct messages for them.
We'll be looking at Twitter API version 1.1, the version current at time of writing this chapter.
Twitter maintains comprehensive documentation for its API, which can be found at https://dev.twitter.com/overview/documentation.
To illustrate some of the functionalities of the Twitter API, we're going to write the code for a simple Twitter world clock. Our application will periodically ...
Read now
Unlock full access