Closed (fixed)
Project:
Facebook Comments Social Plugin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 23:01 UTC
Updated:
27 May 2013 at 23:29 UTC
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
Comment #1
pangus commentedI'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.
Comment #2
pangus commentedSo 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.
Comment #3
loparr commented