Class JTwitterObject
Twitter API object class for the Joomla Platform.
Direct known subclasses
JTwitterBlock
,
JTwitterDirectmessages
,
JTwitterTrends
,
JTwitterUsers
,
JTwitterFavorites
,
JTwitterFriends
,
JTwitterHelp
,
JTwitterLists
,
JTwitterPlaces
,
JTwitterProfile
,
JTwittersearch
,
JTwitterStatuses
Abstract
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/object.php
Package: Joomla\Platform\Twitter
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/object.php
Methods summary
public
|
#
__construct(
Constructor. |
public
|
#
checkRateLimit( string $resource = null, string $action = null )
Method to check the rate limit for the requesting IP address |
public
string
|
|
public
array
|
|
public
array
|
#
sendRequest( string $path, string $method = 'GET', mixed $data = array(), array $headers = array() )
Method to send the request. |
public
mixed
|
|
public
|
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the Twitter object. |
protected
|
$client |
#
The HTTP client object to use in sending HTTP requests. |
protected
|
$oauth |
#
The OAuth client. |