May 2015
Intermediate to advanced
234 pages
4h 18m
English
In this recipe, you'll learn how to post a tweet on behalf of a user from a Spring web application.
This recipe uses the code from the Connecting to Twitter recipe.
In the TwitterController class, in the tw() method, use the Twitter object to post a tweet.
twitter.timelineOperations().updateStatus("Just a test");Read now
Unlock full access