资 源 简 介
This is a very simple webservice that interacts with Twitter. Twittervice implements the REST api that Twitter provides.
The following operations are currently supported:
* getPublicTimeLine() - returns list of TwitterStatus objects representing the public timeline
* getFriendsTimeLine() - returns list of TwitterStatus objects representing the requesting user"s Timeline
* getUserTimeline() - returns list of TwitterStatus objects representing a user"s timeline
* SendStatusUpdate() - Updates user"s status with provided message
* getFriendsList() - returns list of TwitterUser objects representing a user"s friends.
* getFollowersList() - retuns list of TwitterUser objects representing a user"s followers
The Twittervice.api namespace contains the classes that actually interact with Twitter.
For example:
* TwitterProvider - class that performs Twitter operations
* TwitterUser - class representing a Twitter User
SilverTweet
SilverTweet is a Twi