$_secrets
$_secrets :
OAuthSimple - A simpler version of OAuth
https://github.com/jrconlin/oauthsimple
__construct( $APIKey = "", $sharedSecret = "") : \OAuthSimple
Constructor
| $APIKey | ||
| $sharedSecret |
(Object)
reset() : \OAuthSimple
Reset the parameters and URL
(Object)
setParameters( $parameters = array()) : \OAuthSimple
Set the parameters either from a hash or a string
| $parameters |
(Object)
setURL( $path) : \OAuthSimple
Set the target URL (does not include the parameters)
| $path |
(Object)
setAction( $action) : \OAuthSimple
Set the "action" for the url, (e.g. GET,POST, DELETE, etc.)
| $action |
(Object)
signatures( $signatures) : \OAuthSimple
Set the signatures (as well as validate the ones you have)
| $signatures |
(Object)
setSignatureMethod( $method = "") : \OAuthSimple
Set the signature method (currently only Plaintext or SHA-MAC1)
| $method |
(Object)