Detailed Description
Definition at line 481 of file OAuth.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
data_store | ) |
|
Member Function Documentation
add_signature_method |
( |
$ |
signature_method | ) |
|
fetch_access_token |
( |
&$ |
request | ) |
|
process an access_token request returns the access token on success
Definition at line 524 of file OAuth.php.
fetch_request_token |
( |
&$ |
request | ) |
|
process a request_token request returns the request token on success
Definition at line 503 of file OAuth.php.
verify_request |
( |
&$ |
request | ) |
|
verify an api call, checks all the parameters
Definition at line 544 of file OAuth.php.
Field Documentation
$signature_methods = array() [protected] |
$timestamp_threshold = 300 [protected] |
$version = '1.0' [protected] |
The documentation for this class was generated from the following file: