Skip to content

Instantly share code, notes, and snippets.

@maxweber
Created February 25, 2011 15:03
Show Gist options
  • Save maxweber/843901 to your computer and use it in GitHub Desktop.
Save maxweber/843901 to your computer and use it in GitHub Desktop.
Slurping something from the Facebook Graph API
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