Class JTwitter
Joomla Platform class for interacting with a Twitter API instance.
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/twitter.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/twitter.php
Methods summary
public
|
#
__construct(
Constructor. |
public
|
|
public
mixed
|
|
public
|
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the JTwitter object. |
protected
|
$client |
#
The HTTP client object to use in sending HTTP requests. |
protected
|
$oauth |
#
The OAuth client. |
protected
|
$friends |
#
Twitter API object for friends. |
protected
|
$users |
#
Twitter API object for users. |
protected
|
$help |
#
Twitter API object for help. |
protected
|
$statuses |
#
Twitter API object for statuses. |
protected
JTwitterSearch
|
$search |
#
Twitter API object for search. |
protected
|
$favorites |
#
Twitter API object for favorites. |
protected
JTwitterDirectMessages
|
$directMessages |
#
Twitter API object for direct messages. |
protected
|
$lists |
#
Twitter API object for lists. |
protected
|
$places |
#
Twitter API object for places & geo. |
protected
|
$trends |
#
Twitter API object for trends. |
protected
|
$block |
#
Twitter API object for block. |
protected
|
$profile |
#
Twitter API object for profile. |