Class JTwitterDirectmessages
Twitter API Direct Messages class for the Joomla Platform.
- JTwitterObject
- JTwitterDirectmessages
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/directmessages.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/directmessages.php
Methods summary
public
array
|
#
getDirectMessages( integer $since_id = 0, integer $max_id = 0, integer $count = 20, boolean $entities = null, boolean $skip_status = null )
Method to get the most recent direct messages sent to the authenticating user. |
public
array
|
#
getSentDirectMessages( integer $since_id = 0, integer $max_id = 0, integer $count = 20, integer $page = 0, boolean $entities = null )
Method to get the most recent direct messages sent by the authenticating user. |
public
array
|
#
sendDirectMessages( mixed $user, string $text )
Method to send a new direct message to the specified user from the authenticating user. |
public
array
|
#
getDirectMessagesById( integer $id )
Method to get a single direct message, specified by an id parameter. |
public
array
|
#
deleteDirectMessages( integer $id, boolean $entities = null )
Method to delete the direct message specified in the required ID parameter. |
Methods inherited from JTwitterObject
__construct()
,
checkRateLimit()
,
fetchUrl()
,
getOption()
,
getRateLimit()
,
sendRequest()
,
setOption()