I'm not sure exactly what the Facebook API supports, but I would guess getting a list of friends should be possible.
I can't check at the moment what Facebook gives Passport back in the response, as Facebook auth seems to be broken. Twitter still works fine, so I'm going to assume FB broke compatibility in their response somehow.
Probably what we need to do is to stash the OAuth token in the user's session as well as the local userId, so you can make calls to the FB API and ask for stuff like the friends list.
But first, I'll have to fix Facebook auth. :)