Php/docs/oauth.setversion

From Get docs

OAuth::setVersion

(PECL OAuth >= 0.99.1)

OAuth::setVersionSet the OAuth version


Description

public OAuth::setVersion ( string $version ) : bool

Sets the OAuth version for subsequent requests


Parameters

version
OAuth version, default value is always "1.0"


Return Values

Returns TRUE on success or FALSE on failure.