Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions twitter.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ function endSession($format = 'xml') {
return $this->apiCall('account/end_session', 'post', $format, array());
}

/** Tsiori **/
function endSessionTsiori($format = 'xml') {
return $this->apiCall('account/end_session', 'post', $format, array());
}

/**
* Sets which device Twitter delivers updates to for the authenticating user.
* @param string $device The delivery device used. Must be sms, im, or none
Expand Down