How do I display a list of my friends' Facebook statuses on my own web site using Facebook Connect?
Essentially, I want to log into my own web site on my own domain using Facebook Connect's login mechanism, and then display a Feed-like status alongside my own web site's content (so long as I'm logged in via Facebook Connect). I haven't been able to find any tutorials that do this—they're mostly concerned with other people logging onto my web site via Facebook Connect to post comments and things, which is not what I'm after.
If I could use the Facebook REST API instead of Facebook Connect to retrieve this data, that would be even better.