Class JTwitterStatuses
Twitter API Statuses class for the Joomla Platform.
- JTwitterObject
- JTwitterStatuses
Deprecated: 4.0 Use the
joomla/twitter
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/twitter/statuses.php
Methods summary
public
array
|
#
getTweetById( integer $id, boolean $trim_user = null, boolean $entities = null, boolean $my_retweet = null )
Method to get a single tweet with the given ID. |
public
array
|
#
getUserTimeline( mixed $user, integer $count = 20, boolean $include_rts = null, boolean $no_replies = null, integer $since_id = 0, integer $max_id = 0, boolean $trim_user = null, boolean $contributor = null )
Method to retrieve the latest statuses from the specified user timeline. |
public
array
|
|
public
array
|
#
getMentions( integer $count = 20, boolean $include_rts = null, boolean $entities = null, integer $since_id = 0, integer $max_id = 0, boolean $trim_user = null, string $contributor = null )
Method to retrieve the most recent mentions for the authenticating user. |
public
array
|
#
getRetweetsOfMe( integer $count = 20, integer $since_id = 0, boolean $entities = null, boolean $user_entities = null, integer $max_id = 0, boolean $trim_user = null )
Method to get the most recent tweets of the authenticated user that have been retweeted by others. |
public
array
|
#
getRetweeters( integer $id, integer $count = 20, integer $cursor = null, boolean $stringify_ids = null )
Method to show user objects of up to 100 members who retweeted the status. |
public
array
|
#
getRetweetsById( integer $id, integer $count = 20, boolean $trim_user = null )
Method to get up to 100 of the first retweets of a given tweet. |
public
array
|
#
deleteTweet( integer $id, boolean $trim_user = null )
Method to delete the status specified by the required ID parameter. |
public
array
|
|
public
array
|
#
tweetWithMedia( string $status, string $media, integer $in_reply_to_status_id = null, float $lat = null, float $long = null, string $place_id = null, boolean $display_coordinates = null, boolean $sensitive = null )
Method to post a tweet with media. |
public
array
|
#
getOembed( integer $id = null, string $url = null, integer $maxwidth = null, boolean $hide_media = null, boolean $hide_thread = null, boolean $omit_script = null, string $align = null, string $related = null, string $lang = null )
Method to get information allowing the creation of an embedded representation of a Tweet on third party sites. Note: either the id or url parameters must be specified in a request. It is not necessary to include both. |
Methods inherited from JTwitterObject
__construct()
,
checkRateLimit()
,
fetchUrl()
,
getOption()
,
getRateLimit()
,
sendRequest()
,
setOption()