OAuth::setNonce
(PECL OAuth >= 0.99.1)
OAuth::setNonce — Set the nonce for subsequent requests
Description
public bool OAuth::setNonce
( string $nonce
)
Sets the nonce for all subsequent requests.
Parameters
- nonce
-
The value for oauth_nonce.
Return Values
Returns TRUE on success or FALSE on failure.
See Also
- OAuth::setToken - Sets the token and secret
- OAuth::setAuthType - Set authorization type
- OAuth::setVersion - Set the OAuth version
OAuth::setNonce
There are no user contributed notes for this page.
