From beb643df018041fd701b9f27e072495955782a9d Mon Sep 17 00:00:00 2001 From: Tsioor Date: Wed, 23 Oct 2019 16:31:25 +0300 Subject: [PATCH] Commit function endSessionTsiori --- twitter.lib.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/twitter.lib.php b/twitter.lib.php index f790a63..7c36ee8 100644 --- a/twitter.lib.php +++ b/twitter.lib.php @@ -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