OAuth
PHP Manual

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Opis

public mixed OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

Parametry

nonce

The value for oauth_nonce.

Zwracane wartości

Returns TRUE on success, or FALSE if the nonce is considered invalid.

Rejestr zmian

Wersja Opis
1.0.0 Poprzednio zwrócony NULL w przypadku niepowodzenia, w miejsce FALSE.

Zobacz też:


OAuth
PHP Manual