Tuitter
-
Tuitter general
-
Tuitter::__construct
-
Tuitter::load : Load Tuitter files
-
Tuitter::setCache : Set caching directory for auto incremental request
-
Tuitter::setHttpCache : Set storage object for HTTP Caching
-
Tuitter::setRetry : Set number of retrying while HTTP request is failing
-
Tuitter::setRetryInterval : Set delay between retryings
-
Timeline
-
Tuitter::getFriendsTL : Get recent Tweets by the user and that user's friend
-
Tuitter::getHomeTL : Get recent Tweets including retweets by user and that user's friends
-
Tuitter::getMentions : Get recent mentions for the authenticating user
-
Tuitter::getPublicTL : Get recent Tweets from public timeline
-
Tuitter::getRTbyMe : Get recent ReTweets posted by the authenticating user
-
Tuitter::getRTofMe : Get recent Tweets of the authenticating user that have been retweeted
-
Tuitter::getRTtoMe : Get recent ReTweets posted by the authenticating user's friends
-
Tuitter::getReplies : Get recent replies for the authenticating user
-
Tuitter::getUserTL : Get recent Tweets from the user
-
Tweets
-
Tuitter::deleteMessage : Delete the message
-
Tuitter::getMessage : Get a single message
-
Tuitter::getRTs : Get ReTweets of a given Tweet.
-
Tuitter::sendMessage : Send message of the authenticating user
-
Tuitter::sendRT : Get ReTweets a tweet.
-
Users
-
Tuitter::getFollowers : Get the authenticating user's followers
-
Tuitter::getFollowings : Get the user's friends
-
Tuitter::getUserStatus : Get extended information of a given user, specified by screen name
-
Tuitter::getUserStatusById : Get extended information of a given user, specified by ID
-
Tuitter::searchUsers : Get search result for users.
-
Direct Messages
-
Tuitter::deleteDM : Delete the direct message
-
Tuitter::getDMs : Get a list of recent direct messages sent to the authenticating user
-
Tuitter::getSentDMs : Get a list of recent direct messages sent by the authenticating user
-
Tuitter::sendDM : Sends a new direct message
-
Tuitter::sendDMbyId : Sends a new direct message (by user ID)
-
Followings
-
Tuitter::follow : Follows the user specified by the screen name
-
Tuitter::followById : Follows the user specified by the user ID
-
Tuitter::isFollowed : Tests whether the authenticating user is followed by the user
-
Tuitter::isFollowing : Tests whether the authenticating user is following the user
-
Tuitter::unfollow : Unfollows the user specified by the screen name.
-
Tuitter::unfollowById : Unfollows the user specified by the user ID
-
Favorites
-
Tuitter::getFavorites : Get recent favorite Tweets for the authenticating user
-
Tuitter::markFavorite : Favorites the Tweet specified
-
Tuitter::markFavorite : Un-favorites the Tweet.
-
Accounts
-
Tuitter::getAccount
-
Tuitter::updateAccountBkImage : ログインユーザのプロフィール画面の背景画像を更新する
-
Tuitter::updateAccountColors : ログインユーザのプロフィール画面の配色を更新する
-
Tuitter::updateAccountImage : ログインユーザのアイコンを更新する
-
Tuitter::updateAccountProf : ログインユーザのプロフィールを更新する