Services_Twitter
[ class tree: Services_Twitter ] [ index: Services_Twitter ] [ all elements ]

Class: Services_Twitter_Statuses

Source Location: /Services_Twitter-0.1.0/Services/Twitter/Statuses.php

Class Overview

Services_Twitter_Common
   |
   --Services_Twitter_Statuses

Services_Twitter_Exception


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 55]
Services_Twitter_Exception


[ Top ]


Method Detail

destroy   [line 80]

object Instance destroy( integer $id)

Destroy a specific status message

Parameters:

integer   $id   —  The unique numeric status ID

[ Top ]

followers   [line 190]

object Instance followers( [array $params = array()])

Returns up to 100 of the user's followers

Parameters:

array   $params   —  Parameters array

[ Top ]

friends   [line 159]

object Instance friends( [array $params = array()])

Returns up to 100 of the user's friends

Parameters:

array   $params   —  Parameters array

[ Top ]

friends_timeline   [line 122]

object Instance friends_timeline( [array $params = array()])

Get the user's friends' timeline

This method was overridden from the normal Services_Twitter_Common::__call() because it can optionally take an $id of another user. If the key 'id' exists in the $params array then it alters the behavior of what's returned. Also, any argument other than 'id', 'since' and 'page' are currently ignored.


Parameters:

array   $params   —  Parameters array

[ Top ]

show   [line 66]

object Instance show( integer $id)

Fetch a specific status message

Parameters:

integer   $id   —  The unique numeric status ID

[ Top ]

update   [line 94]

object Instance update( string $status)

Update the Twitter status

Parameters:

string   $status   —  New Twitter status

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:24:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.