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

Class: Services_Twitter_Statuses

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

Class Overview

Services_Twitter_Common
   |
   --Services_Twitter_Statuses

Services_Twitter_Statuses


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 55]
Services_Twitter_Statuses


[ 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 198]

object Instance followers( [array $params = array()], [ $screenName = null])

Returns up to 100 of the user's followers

Parameters:

array   $params   —  Parameters array
   $screenName   — 

[ Top ]

friends   [line 167]

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

Returns up to 100 of the user's friends

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 97]

object Instance update( string $status, [integer $inReplyTo = 0])

Update the Twitter status

Parameters:

string   $status   —  New Twitter status
integer   $inReplyTo   —  Status ID being replied to

[ Top ]

user_timeline   [line 131]

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

Get the user's 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 ]


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