|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AStream.setAutoReconnect(boolean) is true).
Twitter.follow(String) instead, which is equivalent.
Twitter.stopFollowing(String) instead.
Twitter_Users.show(List) instead
#showById(List) instead
Twitter.destroy(ITweet). This method will be
removed by the end of 2010.
Twitter_Users.follow(String)
https://dev.twitter.com/status for more information.
Twitter_Users.getFollowerIDs() and
Twitter_Users.show(Number)
Twitter_Users.getFriendIDs() with
Twitter_Users#showById(List) instead.
Twitter.getHomeTimeline()
Twitter.IHttpClient which manages the low-level
authentication, posts and gets.
Twitter.getListsContaining(String, boolean).
Twitter.getRateLimit(KRequestType) but it's
up-to-date and safe against threads and other-programs using the same
allowance.
Message.getSender()
#show(long).
Twitter_Users.show(String).
Twitter.getUserTimeline(String), but takes a numeric
user-id instead of a screen-name.
Twitter.setIncludeRTs(boolean) instead to control
retweet behaviour.
Returns the most recent statuses posted by the given user.
Unlike Twitter.getUserTimeline(String), this includes
new-style retweets.
This will return 20 by default, though
Twitter.setMaxResults(int) can be used to fetch multiple
pages. There is a cap of 3200 tweets - this is the farthest
back you can go down a user timeline!
This method will authenticate if it can (i.e. if the Twitter object has a username and password). Authentication is needed to see the posts of a private user.
Status.inReplyToStatusId *but null by default*.
AStream.isAlive() instead, which takes into
account auto-reconnect behaviour.
Twitter_Users.isFollowing(String)
OAuthScribeClient.JTWITTER_OAUTH_KEY
OAuthSignpostClient.JTWITTER_OAUTH_KEY
OAuthSignpostClient instead.URLConnectionHttpClient.getHeader(String)
URLConnectionHttpClient, this does not set
name by default.
Twitter.search(String) to tweets by users located within a
given radius of the given latitude/longitude.
#updateLongStatus(String, long).
Twitter.setStatus(String) or Twitter.sendMessage(String, String).
Twitter_Users.stopFollowing(String)
Twitter#updateLongStatus(String, long)
Note: These services typically require their own api-keys and may have there
own terms and conditions of use.Messages and Statuses.TwitterList.TwitterList(String, Twitter, boolean, String) Use
TwitterList.get(String, String, Twitter) instead.
Connect to the streaming API.
This class picks up the following tweets:
- Tweets by you
- Tweets that mention you
- Tweets by people you follow IF
UserStream.setWithFollowings(boolean) is true.
- Retweets of your messages.
- Retweets made by you.
Duplicate messages may be delivered when reconnecting to the Streaming API. TODO test out url-signing over header-signing -- c.f. http://groups .google.com/group/twitter-development-talk/browse_thread /thread/420c4b555198aa6c/f85e2507b7f65e39?pli=1 "figured it out on my own. must use HTTP GET with OAuth params passed in URI string. Not mentioned in the documentation. Wasted many hours figuring out this stuff would be clarified if someone updated the docs and made some examples."
Twitter.getSelf()).
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||