Skip to content

Instantly share code, notes, and snippets.

@bran921007
Created December 6, 2014 20:38
Show Gist options
  • Save bran921007/5ead0711f4f212840f09 to your computer and use it in GitHub Desktop.
Save bran921007/5ead0711f4f212840f09 to your computer and use it in GitHub Desktop.
$webservice = file_get_contents("http://graph.facebook.com/linc.do");
$json = json_decode($webservice);
var_dump($json->likes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment