OAuth::setNonce
(PECL OAuth >= 0.99.1)
OAuth::setNonce — Set the nonce for subsequent requests
Descrição
Sets the nonce for all subsequent requests.
Parâmetros
-
nonce -
The value for oauth_nonce.
Valor Retornado
Returns TRUE on success, or FALSE if the
nonce is considered invalid.
Changelog
| Versão | Descrição |
|---|---|
| 1.0.0 |
Previously returned NULL on failure, instead of FALSE.
|
Veja Também
- OAuth::setToken() - Sets the token and secret
- OAuth::setAuthType() - Set authorization type
- OAuth::setVersion() - Set the OAuth version