Okay well I have answered my own questions.
I had a problem with the NAVBAR stuff showing on vbAdvanced pages but you can add the variable
vbnexus_login_output to the Portal Output Global Variables list in the main options for vbAdvanced settings. This is for the Calash version.
Also, the Facebook PHP API that comes with the zip file is out dated.
http://svn.facebook.com/svnroot/plat...latform.tar.gz
You can download the latest version and upload it to the facebook directory via FTP under the vbnexus folder.
Finally, the xd_receiver.htm file is also outdated. If you edit the file you will see:
Code:
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.debug.js" type="text/javascript"></script>
According to this page,
http://wiki.developers.facebook.com/...cation_Channel, the include can/should be this:
Code:
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js?2" type="text/javascript"></script>
This fixed my issues SO far, I am going to be doing some more testing. I will not be able to offer very much help besides what I have posted.