OAuth::setNonce

Set the nonce for subsequent requests

Beschreibung

public mixed OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

Parameter-Liste

nonce

The value for oauth_nonce.

Rückgabewerte

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

Changelog

Version Beschreibung
1.0.0 Gab früher bei einem Fehler NULL anstelle von FALSE zurück.

Siehe auch

  • OAuth::setToken
  • OAuth::setAuthType
  • OAuth::setVersion