Skip to content

Instantly share code, notes, and snippets.

@myfit
Created March 2, 2010 11:20
Show Gist options
  • Save myfit/319442 to your computer and use it in GitHub Desktop.
Save myfit/319442 to your computer and use it in GitHub Desktop.
(defn friends-are-friends [uids1 uid2]
(call-method "facebook.friends.areFriends"
{:uids1 uids1 :uids2 uids2}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment