OAuth::setVersion

(PECL OAuth >= 0.99.1)

OAuth::setVersionSet the OAuth version

Beskrivelse

public bool OAuth::setVersion ( string $version )

Sets the OAuth version for subsequent requests

Parametre

version

OAuth version, default value is always "1.0"

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

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