Hi,
After submitting a comment, comments won't display on fb user wall. maybe it has something to do with error I am getting in chrome console - FB.getLoginStatus() called before calling FB.init(). ?

Comments

pangus’s picture

I'm having the same issue with the same error message. I also have the error message...

Error: Permission denied to access property 'toString'
coming from xd_arbiter.php

I'm using 7.x-1.0-beta2 and I'm using the facebook_comments block in a display suite field in a view.

pangus’s picture

So it turns out my problem was related to http://drupal.org/node/1530514.

There are 2 ways to register with facebook. One is with an app id and one with your user id. Facebook says "If your site has many comments boxes, we strongly recommend you specify a Facebook app id". See https://developers.facebook.com/docs/reference/plugins/comments/. Unbeknown to me, this module assumes you are using an app:id.

In facebook_comments.module - line 292, I changed 'fb:app_id" to "fb:admins". I still get similar error messages but my comment appeared on my facebook page and on a friends.

If this was your issue loparr, let's close it off.

loparr’s picture

Status: Active » Closed (fixed)