(PECL OAuth >= 0.99.1)
Set the nonce for subsequent requests
public mixed OAuth::setNonce ( string $nonce )
Sets the nonce for all subsequent requests.
Parameters:
nonce
The value for oauth_nonce.
Returns:
Returns TRUE on success, or FALSE if the nonce is considered invalid.
Changelog:
1.0.0
Previously returned NULL on failure, instead of FALSE.
See also:
Please login to continue.