Zend_Service_TwitterLocated in /Service/Twitter.php (line 45)
Zend_Service_Abstract | --Zend_Rest_Client | --Zend_Service_Twitter
Zend_Rest_Client_Result
statusUpdate
(string $status, [ $inReplyToStatusId = null], int $in_reply_to_status_id)
Zend_Http_CookieJar
$_cookieJar
(line 66)
string
$_dateFormat
= 'D, d M Y H:i:s T' (line 73)
Date format for 'since' strings
Zend_Http_Client
$_localHttpClient
= null (line 123)
Local HTTP Client cloned from statically set client
string
$_methodType
(line 87)
Current method type (for method proxying)
array
$_methodTypes
= array(Types of API methods
Zend_Oauth_Consumer
$_oauthConsumer
= null (line 94)
Zend_Oauth Consumer
array
$_options
= array() (line 116)
Options passed to constructor
string
$_username
(line 80)
Username
Inherited from Zend_Rest_Client
Zend_Rest_Client::$_data
Zend_Rest_Client::$_uri
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Constructor __construct (line 131)
Constructor
accountEndSession (line 760)
End current session
accountRateLimitStatus (line 773)
Returns the number of api requests you have left per hour.
accountVerifyCredentials (line 747)
Verify Account Credentials
blockBlocking (line 904)
Returns an array of user objects that the authenticating user is blocking
blockCreate (line 850)
Blocks the user specified in the ID parameter as the authenticating user.
Destroys a friendship to the blocked user if it exists.
blockDestroy (line 864)
Un-blocks the user specified in the ID parameter for the authenticating user
blockExists (line 879)
Returns if the authenticating user is blocking a target user.
directMessageDestroy (line 687)
Destroy a direct message
directMessageMessages (line 599)
Retrieve direct messages for the current user
$params may include one or more of the following keys
directMessageNew (line 661)
Send a direct message to a user
directMessageSent (line 631)
Retrieve list of direct messages sent by current user
$params may include one or more of the following keys
favoriteCreate (line 820)
Mark a status as a favorite
favoriteDestroy (line 835)
Remove a favorite
favoriteFavorites (line 791)
Fetch favorites
$params may contain one or more of the following:
friendshipCreate (line 702)
Create friendship
friendshipDestroy (line 717)
Destroy friendship
friendshipExists (line 732)
Friendship exists
getLocalHttpClient (line 176)
Get the local HTTP client as distinct from the static HTTP client inherited from Zend_Rest_Client
getUsername (line 199)
Retrieve username
isAuthorised (line 186)
Checks for an authorised state
setLocalHttpClient (line 163)
Set local HTTP client as distinct from the static HTTP client as inherited from Zend_Rest_Client.
statusDestroy (line 516)
Destroy a status message
statusFriendsTimeline (line 339)
Friend Timeline Status
$params may include one or more of the following keys
statusPublicTimeline (line 318)
Public Timeline status
statusReplies (line 488)
Get status replies
$params may include one or more of the following keys
statusShow (line 435)
Show a single status
statusUpdate (line 452)
Update user's current status
statusUserTimeline (line 385)
User Timeline status
$params may include one or more of the following keys
userFollowers (line 562)
User Followers
userFriends (line 531)
User friends
userShow (line 580)
Show extended information on a user
_get (line 990)
Performs an HTTP GET request to the $path.
_init (line 274)
Initialize HTTP authentication
_performPost (line 1022)
Perform a POST or PUT
Performs a POST or PUT request. Any data provided is set in the HTTP client. String data is pushed in as raw POST data; array or object data is pushed in as POST parameters.
_post (line 1005)
Performs an HTTP POST request to $path.
_prepare (line 956)
Call a remote REST web service URI and return the Zend_Http_Response object
_setDate (line 302)
Set date header
_validateScreenName (line 937)
Validate a screen name using Twitter rules
_validInteger (line 922)
Protected function to validate that the integer is valid or return a 0
__call (line 243)
Method overloading
Inherited From Zend_Rest_Client
Zend_Rest_Client::__construct()
Zend_Rest_Client::getUri()
Zend_Rest_Client::restDelete()
Zend_Rest_Client::restGet()
Zend_Rest_Client::restPost()
Zend_Rest_Client::restPut()
Zend_Rest_Client::setUri()
Zend_Rest_Client::_performPost()
Zend_Rest_Client::__call()
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
OAUTH_BASE_URI
= 'http://twitter.com/oauth'
(line 61)
OAuth Endpoint
STATUS_MAX_CHARACTERS
= 246
(line 56)
246 is the current limit for a status message, 140 characters are displayed initially, with the remainder linked from the web UI or client. The limit is applied to a html encoded UTF-8 string (i.e. entities are counted in the limit which may appear unusual but is a security measure).
This should be reviewed in the future...
Documentation generated on Mon, 21 Jun 2010 15:50:06 -0400 by phpDocumentor 1.4.3