Located in /OAuth.php (line 191)
pretty much a helper function to set up the request
pretty much a helper function to set up the request
attempt to build up a request from what was passed to the server
attempt to build up a request from what was passed to the server
util function: current nonce
util function: current nonce
util function: current timestamp
util function: current timestamp
helper to try to sort out headers for people who aren't running apache
helper to try to sort out headers for people who aren't running apache
util function for turning the Authorization: header into
util function for turning the Authorization: header into parameters, has to do some unescaping
just uppercases the http method
just uppercases the http method
parses the url and rebuilds it to be
parses the url and rebuilds it to be scheme://host/path
Returns the normalized parameters of the request This will be all (except oauth_signature) parameters, sorted first by key, and if duplicate keys, then by value.
Returns the normalized parameters of the request This will be all (except oauth_signature) parameters, sorted first by key, and if duplicate keys, then by value. The returned string will be all the key=value pairs concated by &.
Returns the base string of this request The base string defined as the method, the url and the parameters (normalized), each urlencoded and the concated with &.
Returns the base string of this request The base string defined as the method, the url and the parameters (normalized), each urlencoded and the concated with &.
builds the Authorization: header
builds the Authorization: header
builds the data one would send in a POST request
builds the data one would send in a POST request
builds a url usable for a GET request
builds a url usable for a GET request
Documentation generated on Thu, 22 Oct 2009 12:54:45 -0700 by phpDocumentor 1.4.3