Skip to content

Instantly share code, notes, and snippets.

@jhonnrodr
Forked from bran921007/gist:5ead0711f4f212840f09
Last active August 29, 2015 14:10
Show Gist options
  • Save jhonnrodr/86ffeb458d9fd3f7b2c8 to your computer and use it in GitHub Desktop.
Save jhonnrodr/86ffeb458d9fd3f7b2c8 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