Installed facebook pull, got it working nicely, it does exactly what it's supposed to perfectly, and was able to theme it easily.

Currently I need to be able to implement multiple different feeds on different pages, so I installed boxes as well.

Without changing anything in boxes configuration, it throws the following errors after clicking on "configure" in the initial "add facebook box" block:

_______________________________________________________________________

Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 487 of /Applications/MAMP/htdocs/homerun/sites/all/modules/boxes/boxes.module).
Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 494 of /Applications/MAMP/htdocs/homerun/sites/all/modules/boxes/boxes.module)
_______________________________________________________________________

If I try to click "Add facebook box" at the top near where "Add Block" is, it sends me to a 500 server error.

Regular custom boxes do work, so it looks like an error happening as a result of communication between the 2 modules.
Also, if I try to move the premade "Add facebook box" block into an area that is being rendered, it breaks the site.

___________________________________

I tried this with my current local setup, as well I set up a control test of a base drupal install, that only has the following modules installed aside from core modules:

Chaos Tools
Views, Views UI
Facebook Pull
Boxes

_________________________

The current versions of stuff in my setup:

Drupal core 7.9
Views-7.x-3.0-rc3
ctools 7.x-1.0-rc1
Facebook Pull 7.x-1.0
Boxes 7.x-1.0-beta6
________________________________

I'll try and find a fix, if I do I'll post it. Help would be appreciated though.