Created
February 25, 2011 15:03
-
-
Save maxweber/843901 to your computer and use it in GitHub Desktop.
Slurping something from the Facebook Graph API
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
user> (slurp "https://graph.facebook.com/btaylor") | |
"{\"id\":\"220439\", | |
\"name\":\"Bret Taylor\", | |
\"first_name\":\"Bret\", | |
\"last_name\":\"Taylor\", | |
\"link\":\"http:\\/\\/www.facebook.com\\/btaylor\", | |
\"gender\":\"male\", | |
\"locale\":\"en_US\"}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment