|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Twitter.follow(String)
Twitter.IHttpClient which manages the low-level authentication, posts and gets.
Twitter.show(String). show is the Twitter API name, getUser feels more Java-like.
Twitter.show(long). show is the Twitter API name, getUser feels more Java-like.
Twitter.Message.getSender()
Twitter.Status.inReplyToStatusId *but null by default*.
Twitter.isFollowing(String)
JSONString interface allows a toJSONString() method so that a class can change the behavior
of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).NULL object than to use Java's null
value.
Twitter.search(String, ICallback, int) with no callback and fetching 100 results.
Twitter.search(String) to tweets by users located within a given radius of the given latitude/longitude.
Twitter.setStatus(String) or
Twitter.sendMessage(String, String).
Twitter.stopFollowing(String)
toJSONString method allows a class to produce its own JSON serialization.
// Make a Twitter object
Twitter twitter = new Twitter("my-name", "my-password");
// Print Winterstein's status
System.out.println(twitter.getStatus("winterstein"));
// Set my status
twitter.updateStatus("Messing about in Java");
See http://www.winterwell.com/software/jtwitter.php for more information about this wrapper.Twitter.Messages and Twitter.Statuses.%hh sequences to single characters, and convert plus to space.
true or the value false.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||