$_twitter
$_twitter : \Horde_Service_Twitter
Horde_Service_Twitter_Auth class to abstract all auth related tasks
Basically implements Horde_Oauth_Client and passes the calls along to the protected oauth object.
Copyright 2009-2017 Horde LLC (http://www.horde.org/)
$_twitter : \Horde_Service_Twitter
setTwitter(\Horde_Service_Twitter $twitter)
\Horde_Service_Twitter |
getAccessToken(\Horde_Controller_Request_Http $request, string $requestSecret = null) : \Horde_Oauth_Token
Obtain the access token. This is the token that should be persisted to storage.
\Horde_Controller_Request_Http | $request | |
string | $requestSecret | The token secret returned by Twitter after the user authorizes the application. |