15 calls to Twitter::get_statuses() in Twitter 7.5
- Twitter::direct_messages in ./
twitter.lib.php - Returns the 20 most recent direct messages sent to the authenticating user.
- Twitter::direct_messages_destroy in ./
twitter.lib.php - Destroys the direct message specified in the required ID parameter.
- Twitter::direct_messages_sent in ./
twitter.lib.php - Returns the 20 most recent direct messages sent by the authenticating user.
- Twitter::direct_messages_show in ./
twitter.lib.php - Returns a single direct message, specified by an id parameter.
- Twitter::favorites_list in ./
twitter.lib.php - Returns the 20 most recent favorited tweets for a user.
- Twitter::home_timeline in ./
twitter.lib.php - Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
- Twitter::mentions_timeline in ./
twitter.lib.php - Returns the 20 most recent mentions (tweets containing a users's @screen_name).
- Twitter::retweets_of_me in ./
twitter.lib.php - Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
- Twitter::search_tweets in ./
twitter.lib.php - Returns a collection of relevant Tweets matching a specified query.
- Twitter::site in ./
twitter.lib.php - Streams messages for a set of users.
- Twitter::statuses_firehose in ./
twitter.lib.php - Returns all public statuses. Few applications require this level of access.
- Twitter::statuses_retweets in ./
twitter.lib.php - Returns up to 100 of the first retweets of a given tweet.
- Twitter::statuses_sample in ./
twitter.lib.php - Returns a small random sample of all public statuses.
- Twitter::user in ./
twitter.lib.php - Streams messages for a single user.
- Twitter::user_timeline in ./
twitter.lib.php - Fetch a user's timeline