I recently ran into the same issue on a client site, home4animals dot org / facebook. The only thing that I could think of that had changed was the fact the site had moved to a different machine and thus DNS had changed, so I created a new facebook app. Problem still remained, it was a long shot.
I then checked on our company website where the Facebook like box is working, and discovered that there was no appId parameter. Removing this resolved the problem, and stream now shows as expected. I haven't changed that particular code for 8 months so something at the Facebook end has changed in my opinion.
diff DownloadFacebookJS.ss DownloadFacebookJS.ss.orig
6c6
< js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1;";
---
> js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=$FacebookApplicationID;";
8c8
< }(document, 'script', 'facebook-jssdk'));</script>
---
> }(document, 'script', 'facebook-jssdk'));</script>
\ No newline at end of file