Forked from bran921007/gist:5ead0711f4f212840f09
Last active
August 29, 2015 14:10
-
-
Save jhonnrodr/86ffeb458d9fd3f7b2c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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