GoLang OAuth::getLastResponse

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



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

PHP OAuth::getLastResponse

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

OAuth::getLastResponse

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseGet the last response

Description

public string OAuth::getLastResponse ( void )

Get the raw response of the most recent request.

Parameters

This function has no parameters.

Return Values

Returns a string containing the last response.

See Also