-
Notifications
You must be signed in to change notification settings - Fork 0
class Twitter_OAuthRequest
www/includes/twitter-php/OAuth.php
Default
base_string() | POST_INPUT() | version() |
No constants found
__construct() | __toString() | build_signature() | from_consumer_and_token() | from_request() | get_normalized_http_method() | get_normalized_http_url() | get_parameter() | get_parameters() | get_signable_parameters() | get_signature_base_string() | set_parameter() | sign_request() | to_header() | to_postdata() | to_url() | unset_parameter() |
public
$base_string
protected
$http_method
protected
$http_url
protected
$parameters
public
$POST_INPUT
public
$version
- Inherited from \Twitter_OAuthRequest
public
__construct(mixed $http_method, mixed $http_url, mixed $parameters = null) : mixed
- Inherited from \Twitter_OAuthRequest
public
__toString() : mixed
- Inherited from \Twitter_OAuthRequest
public
build_signature(mixed $signature_method, mixed $consumer, mixed $token) : mixed
pretty much a helper function to set up the request
- Inherited from \Twitter_OAuthRequest
public
from_consumer_and_token(mixed $consumer, mixed $token, mixed $http_method, mixed $http_url, mixed $parameters = null) : mixed
static
attempt to build up a request from what was passed to the server
- Inherited from \Twitter_OAuthRequest
public
from_request(mixed $http_method = null, mixed $http_url = null, mixed $parameters = null) : mixed
static
util function: current nonce
- Inherited from \Twitter_OAuthRequest
private
generate_nonce() : mixed
static
util function: current timestamp
- Inherited from \Twitter_OAuthRequest
private
generate_timestamp() : mixed
static
just uppercases the http method
- Inherited from \Twitter_OAuthRequest
public
get_normalized_http_method() : mixed
parses the url and rebuilds it to be scheme://host/path
- Inherited from \Twitter_OAuthRequest
public
get_normalized_http_url() : mixed
- Inherited from \Twitter_OAuthRequest
public
get_parameter(mixed $name) : mixed
- Inherited from \Twitter_OAuthRequest
public
get_parameters() : mixed
The request parameters, sorted and concatenated into a normalized string.
- Inherited from \Twitter_OAuthRequest
public
get_signable_parameters() : string
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 &.
- Inherited from \Twitter_OAuthRequest
public
get_signature_base_string() : mixed
- Inherited from \Twitter_OAuthRequest
public
set_parameter(mixed $name, mixed $value, mixed $allow_duplicates = true) : mixed
- Inherited from \Twitter_OAuthRequest
public
sign_request(mixed $signature_method, mixed $consumer, mixed $token) : mixed
builds the Authorization: header
- Inherited from \Twitter_OAuthRequest
public
to_header(mixed $realm = null) : mixed
builds the data one would send in a POST request
- Inherited from \Twitter_OAuthRequest
public
to_postdata() : mixed
builds a url usable for a GET request
- Inherited from \Twitter_OAuthRequest
public
to_url() : mixed
- Inherited from \Twitter_OAuthRequest
public
unset_parameter(mixed $name) : mixed
\ » Classes » Twitter_OAuthRequest
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.