JTwitterObject::fetchUrl
Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
Signature
public function fetchUrl(string
$path,
[array
$parameters = null] )
Parameters
-
$path
- URL to inflect
-
$parameters
- The parameters passed in the URL.
Returns
- string
- The request URL.