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 Previamente retornava NULL em falhas, em vez de FALSE.

Veja Também


OAuth
PHP Manual