JOAuth2Client::query
Send a signed Oauth request.
Signature
public function query(string
$url,
[mixed
$data = null,
[array
$headers = 'get',
[string
$method = 'get',
[int
$timeout = null]]]] )
Parameters
-
$url
- The URL forf the request.
-
$data
- The data to include in the request
-
$headers
- The headers to send with the request
-
$method
- The method with which to send the request
-
$timeout
- The timeout for the request
Returns
- string
- The URL.