Class Horde_Service_Twitter_Auth_Oauth
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-2012 Horde LLC (http://www.horde.org/)
- Horde_Service_Twitter_Auth
- Horde_Service_Twitter_Auth_Oauth
Package: Service\Twitter
Category: Horde
License: BSD
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Twitter/Auth/Oauth.php
Category: Horde
License: BSD
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Twitter/Auth/Oauth.php
public
|
|
public
string
|
#
getUserAuthorizationUrl( Horde_Oauth_Token $requestToken )
Obtain the URL used to get an authorization token. |
public
|
|
public
Horde_Oauth_Token
|
#
getAccessToken( Horde_Controller_Request_Http $request, string $requestSecret = null )
Obtain the access token. This is the token that should be persisted to storage. |
public
Horde_OAuth_Token
|
__get(),
setTwitter()
|