GoLang OAuth::disableRedirects

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



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

PHP OAuth::disableRedirects

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

OAuth::disableRedirects

(PECL OAuth >= 0.99.9)

OAuth::disableRedirectsTurn off redirects

Description

public bool OAuth::disableRedirects ( void )

Disable redirects from being followed automatically, thus allowing the request to be manually redirected.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

TRUE

See Also