Skip to content

Instantly share code, notes, and snippets.

@evarouss
Created April 23, 2014 16:28
Show Gist options
  • Save evarouss/11222369 to your computer and use it in GitHub Desktop.
Save evarouss/11222369 to your computer and use it in GitHub Desktop.
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_URL => 'http://producteev.com/api/networks/{idNetwork}/projects?access_token={myAccessToken}'
));
$result = curl_exec($curl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment