Skip to content

Instantly share code, notes, and snippets.

@myfit
Created February 25, 2010 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myfit/315064 to your computer and use it in GitHub Desktop.
Save myfit/315064 to your computer and use it in GitHub Desktop.
(defn get-name [fb-uid]
(with-facebook (make-facebook-connection "myapikey" "mysecret")
(fql-query (str "SELECT name FROM users WHERE uid=" fb-uid))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment