OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Beskrivelse

public mixed OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

Parametre

nonce

The value for oauth_nonce.

Returnerings Værdier

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

ChangeLog

Version Beskrivelser
1.0.0 Previously returned NULL on failure, instead of FALSE.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top