Skip to content

Instantly share code, notes, and snippets.

@ericmann
Created March 27, 2013 18:32
Show Gist options
  • Save ericmann/5256831 to your computer and use it in GitHub Desktop.
Save ericmann/5256831 to your computer and use it in GitHub Desktop.
<?php
$fb_request_url = 'http://api.facebook.com/restserver.php';
$fb_request_url = add_query_arg(
array(
'method' => 'links.getStats',
'urls' => $url
),
$fb_request_url
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment