Class JTwitterFavorites
Twitter API Favorites class for the Joomla Platform.
- JTwitterObject
- JTwitterFavorites
Package: Joomla\Platform\Twitter
Deprecated: 4.0 Use the
Copyright: 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/favorites.php
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/favorites.php
Methods summary
public
array
|
#
getFavorites( mixed $user = null, integer $count = 20, integer $since_id = 0, integer $max_id = 0, boolean $entities = null )
Method to get the most recent favorite statuses for the authenticating or specified user. |
public
array
|
#
createFavorites( integer $id, boolean $entities = null )
Method to favorite the status specified in the ID parameter as the authenticating user |
public
array
|
#
deleteFavorites( integer $id, boolean $entities = null )
Method to un-favorites the status specified in the ID parameter as the authenticating user. |
Methods inherited from JTwitterObject
__construct()
,
checkRateLimit()
,
fetchUrl()
,
getOption()
,
getRateLimit()
,
sendRequest()
,
setOption()