OAuth
PHP Manual

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Descrição

public mixed OAuth::setNonce ( string $nonce )

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
PHP Manual