(PECL OAuth >= 0.99.1)
OAuth::setNonce — Set the nonce for subsequent requests
Sets the nonce for all subsequent requests.
nonce
The value for oauth_nonce.
Returns TRUE
on success, or FALSE
if the
nonce
is considered invalid.
Versione | Descrizione |
---|---|
1.0.0 |
Prima di questa versione restituiva NULL in caso di errore, invece di FALSE .
|