GoLang OAuth::setVersion

request it (275)
GoLang replacement for PHP's OAuth::setVersion [edit | history]



Do you know a GoLang replacement for PHP's OAuth::setVersion? Write it!

PHP OAuth::setVersion

PHP original manual for OAuth::setVersion [ show | php.net ]

OAuth::setVersion

(PECL OAuth >= 0.99.1)

OAuth::setVersionSet the OAuth version

Description

public bool OAuth::setVersion ( string $version )

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.