Located in /Oauth/Http/AccessToken.php (line 34)
Zend_Oauth_Http | --Zend_Oauth_Http_AccessToken
Singleton instance if required of the HTTP client
Inherited from Zend_Oauth_Http
Zend_Oauth_Http::$_consumer
Zend_Oauth_Http::$_httpUtility
Zend_Oauth_Http::$_parameters
Zend_Oauth_Http::$_preferredRequestMethod
Zend_Oauth_Http::$_preferredRequestScheme
Assemble all parameters for an OAuth Access Token request.
Initiate a HTTP request to retrieve an Access Token.
Generate and return a HTTP Client configured for the Header Request Scheme specified by OAuth, for use in requesting an Access Token.
Generate and return a HTTP Client configured for the POST Body Request Scheme specified by OAuth, for use in requesting an Access Token.
Generate and return a HTTP Client configured for the Query String Request Scheme specified by OAuth, for use in requesting an Access Token.
Attempt a request based on the current configured OAuth Request Scheme and return the resulting HTTP Response.
Access Token requests specifically may not contain non-OAuth parameters.
So these should be striped out and excluded. Detection is easy since specified OAuth parameters start with "oauth_", Extension params start with "xouth_", and no other parameters should use these prefixes.
xouth params are not currently allowable.
Inherited From Zend_Oauth_Http
Zend_Oauth_Http::__construct()
Zend_Oauth_Http::getConsumer()
Zend_Oauth_Http::getMethod()
Zend_Oauth_Http::getParameters()
Zend_Oauth_Http::getRequestSchemeQueryStringClient()
Zend_Oauth_Http::setMethod()
Zend_Oauth_Http::setParameters()
Zend_Oauth_Http::startRequestCycle()
Zend_Oauth_Http::_assessRequestAttempt()
Zend_Oauth_Http::_toAuthorizationHeader()
Documentation generated on Mon, 21 Jun 2010 15:05:58 -0400 by phpDocumentor 1.4.3