Anyone had any luck aggregating a facebook wall? I just want a block that shows the last few posts to the wall and facebook status.

Seems like facebook changed a lot of the way their feeds work and now I can't get any modules that that can do this. The closest I came to was trying this guys code but I got php errors when i tried it. Maybe I put the php file in the wrong directory? I only have shared hosting:

http://drupal.org/node/684186

Comments

PMorris’s picture

So I managed to get the facebook fan wall into drupal by adding something called a like box.

Just go to http://developers.facebook.com/docs/reference/plugins/like-box and configure it and paste the resulting code into your drupal block

Mine was:

<iframe src="http://www.facebook.com/plugins/likebox.php?id=478983560369&amp;width=300&amp;connections=10&amp;stream=true&amp;header=true&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:587px;" allowTransparency="true"></iframe>

I fully admit to being a hack so if there's anything wrong with this method let me know!

Tested in IE 7+8, firefox, chrome

I edited this post about 60 times because I kept finding mistakes!