YahooUser
YahooUser
( $session, $guid, $sessioned)
-
$session
-
$guid
-
$sessioned
void
addContact
( $contact)
Deletes the update of the given SUID. that were inserted by your own application. delete updates from other applications.
Deletes the update of the given SUID. Only allows deleting updates that were inserted by your own application. You won't be able to delete updates from other applications.
boolean
deleteUpdate
($suid $suid)
-
$suid
$suid: The SUID of the update to be deleted.
Gets a list of connections for the current user.
Gets a list of connections for the current user.
List
getConnections
( &$start, &$count, &$total)
Gets the updates for the connections of the current user.
Gets the updates for the connections of the current user.
A
getConnectionUpdates
([$start $start = 0], [$count $count = 10])
-
$start
$start: The starting offset to list updates from.
-
$count
$count: The number of updates to request.
void
getContact
( $contact_id)
Gets a list of contacts for the current user.
Gets a list of contacts for the current user.
List
getContacts
([$start $start = 0], [$count $count = 10])
-
$start
$start: The starting offset.
-
$count
$count: The number of contacts to fetch.
void
getContactSync
([ $rev = 0])
Gets the presence of the user, including the status.
Gets the presence of the user, including the status.
The
getPresence
()
Loads the extended profile of the current user.
Loads the extended profile of the current user.
The
getProfile
()
Gets the user's status message.
Gets the user's status message.
The
getStatus
()
Gets the updates for the current user.
Gets the updates for the current user.
An
getUpdates
([$start $start = 0], [$count $count = 10])
-
$start
$start: The starting offset to list updates from. (default = 0)
-
$count
$count: The number of updates to request. (default = 10)
void
get_resource
( $resource, [ $parameters = array()])
Inserts an update for the current user.
Inserts an update for the current user.
void
insertUpdate
($suid $suid, $title $title, $link $link, [$description $description = ""], [$date $date = NULL])
-
$suid
$suid: Identifier that globally unique for a given collectionId within producing source.
-
$title
$title: Title for the update.
-
$link
$link: Link back to the cause of the event.
-
$description
$description: Descriptive text associated with the update, optional.
-
$date
$date: The date of the update event, optional, defaults to now.
Gets the updates for the connections of the current user.
Gets the updates for the connections of the current user.
An
listConnectionUpdates
([$start $start = 0], [$count $count = 10])
-
$start
$start: The starting offset to list updates from.
-
$count
$count: The number of updates to request.
Lists the updates for the current user.
Lists the updates for the current user.
A
listUpdates
([$start $start = 0], [$count $count = 10])
-
$start
$start: The starting offset to list updates from. (default = 0)
-
$count
$count: The number of updates to request. (default = 10)
Loads the extended profile of the current user.
Loads the extended profile of the current user.
The
loadProfile
()
Sets the presence of the user.
Sets the presence of the user.
The
setPresence
($status $status)
-
$status
$status: The new status message for the user.
Sets the small view for the current user.
Sets the small view for the current user.
True
setSmallView
($content $content)
-
$content
$content: The content to set the small view to.
Sets the user's status message.
Sets the user's status message.
The
setStatus
($message $message)
-
$message
$message: The new status message for the user.
void
syncContacts
( $contactsync)