35 calls to Twitter::call() in Twitter 7.5
- Twitter::account_profile_banner in ./
twitter.lib.php - Returns a map of the available size variations of the specified user's profile banner.
- Twitter::account_remove_profile_banner in ./
twitter.lib.php - Removes the uploaded profile banner for the authenticating user.
- Twitter::account_settings in ./
twitter.lib.php - Returns settings (including current trend, geo and sleep time information) for the authenticating user.
- Twitter::account_settings_update in ./
twitter.lib.php - Updates the authenticating user's settings.
- Twitter::account_update_delivery_device in ./
twitter.lib.php - Sets which device Twitter delivers updates to for the authenticating user.
- Twitter::account_update_profile in ./
twitter.lib.php - Sets values that users are able to set under the "Account" tab of their settings page.
- Twitter::account_update_profile_background_image in ./
twitter.lib.php - Updates the authenticating user's profile background image.
- Twitter::account_update_profile_banner in ./
twitter.lib.php - Uploads a profile banner on behalf of the authenticating user.
- Twitter::account_update_profile_colors in ./
twitter.lib.php - Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
- Twitter::account_update_profile_image in ./
twitter.lib.php - Updates the authenticating user's profile image.
- Twitter::blocks_create in ./
twitter.lib.php - Blocks the specified user from following the authenticating user.
- Twitter::blocks_destroy in ./
twitter.lib.php - Un-blocks the user specified in the ID parameter for the authenticating user.
- Twitter::blocks_ids in ./
twitter.lib.php - Returns an array of numeric user ids the authenticating user is blocking.
- Twitter::blocks_list in ./
twitter.lib.php - Returns a collection of user objects that the authenticating user is blocking.
- Twitter::direct_messages_new in ./
twitter.lib.php - Sends a new direct message to the specified user from the authenticating user.
- Twitter::followers_ids in ./
twitter.lib.php - Returns a cursored collection of user IDs for every user following the specified user.
- Twitter::friendships_create in ./
twitter.lib.php - Allows the authenticating users to follow the user specified in the ID parameter.
- Twitter::friendships_destroy in ./
twitter.lib.php - Allows the authenticating user to unfollow the user specified in the ID parameter.
- Twitter::friendships_incoming in ./
twitter.lib.php - Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
- Twitter::friendships_lookup in ./
twitter.lib.php - Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
- Twitter::friendships_outgoing in ./
twitter.lib.php - Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
- Twitter::friendships_show in ./
twitter.lib.php - Returns detailed information about the relationship between two arbitrary users.
- Twitter::friendships_update in ./
twitter.lib.php - Allows one to enable or disable retweets and device notifications from the specified user.
- Twitter::friends_ids in ./
twitter.lib.php - Returns a cursored collection of user IDs for every user the specified user is following.
- Twitter::get_statuses in ./
twitter.lib.php - Get an array of TwitterStatus objects from an API endpoint.
- Twitter::get_users in ./
twitter.lib.php - Get an array of TwitterUser objects from an API endpoint
- Twitter::retweet in ./
twitter.lib.php - Twitter::statuses_destroy in ./
twitter.lib.php - Destroys the status specified by the required ID parameter.
- Twitter::statuses_filter in ./
twitter.lib.php - Returns public statuses that match one or more filter predicates.
- Twitter::statuses_oembed in ./
twitter.lib.php - Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
- Twitter::statuses_retweet in ./
twitter.lib.php - Retweets a tweet. Returns the original tweet with retweet details embedded.
- Twitter::statuses_update in ./
twitter.lib.php - Updates the authenticating user's current status, also known as tweeting.
- Twitter::statuses_update_with_media in ./
twitter.lib.php - Creates a Tweet with a picture attached.
- Twitter::users_show in ./
twitter.lib.php - Returns a variety of information about the user specified by the required screen_name parameter.
- Twitter::verify_credentials in ./
twitter.lib.php - Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.