Class Horde_Service_Twitter
Horde_Service_Twitter class abstracts communication with Twitter's rest interface.
Copyright 2009-2012 Horde LLC (http://www.horde.org/)
Package: Service\Twitter
Category: Horde
License: BSD
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Twitter.php
Category: Horde
License: BSD
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Twitter.php
public
|
#
__construct(
Constructor. |
public static
|
|
public
|
|
public
|
|
public
|
|
public
Horde_Http_Client
|
|
public
Horde_Service_Twitter_*
|
string |
REQUEST_TOKEN_URL
|
#
'https://api.twitter.com/oauth/request_token'
|
string |
USER_AUTHORIZE_URL
|
#
'https://api.twitter.com/oauth/authorize'
|
string |
ACCESS_TOKEN_URL
|
#
'https://api.twitter.com/oauth/access_token'
|
public
|
$account
The twitter account object for calling account methods. |
public
|
$statuses
The twitter status object for updating and retrieving user statuses. |
public
|
$auth
The twitter authentication object. |
public
|
$request
The twitter request object that wraps sending requests to Twitter's REST API. |
public
Horde_Cache
|
$responseCache
The cache object. |
public
integer
|
$cacheLifetime
The default cache lifetime. |