OAuth
PHP Manual

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Descrição

public bool OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

Parâmetros

nonce

The value for oauth_nonce.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja Também


OAuth
PHP Manual