According to Facebook, comments made through the comments social plugin will post to the user's wall. This is working, but comments subsequently made in reply to such a post on Facebook.com (as shown in this FB dev video: http://csull.in/eMMsDF) don't show up on the site with the comments plugin. I have tried everything I can think of, and while using the iFrame feedback method does work, the fb:comments method does not. Any ideas?

Thanks in advance.

link|improve this question
feedback

2 Answers

http://forum.developers.facebook.net/viewtopic.php?pid=221601#p221601

I hope it will work

link|improve this answer
Thanks. I noticed that the same issue is referenced on the most recent page, but no solutions have been documented. Any thoughts? Can I debug my efforts somehow to ensure the XID is remaining consistent? – csull Jan 23 '11 at 23:24
can you put up the code so that error can be found? – Awais Qarni Jan 24 '11 at 5:24
It's really standard code: <fb:comments notify="true" simple="1" title="<?php echo stripslashes($bookmarks->fields['title']); ?>" url="<?php echo $bookmarks->fields['url']; ?>" xid="<?php echo $bookmarks->fields['id']; ?>" width="860"></fb:comments> – csull Jan 27 '11 at 14:58
my dear the video toturial that you are providing is of old version of comment plugin. I am sure it is now not possible to get the comments to your site against the post made by your site. Your site is able to show only those comments which are made on your site through facebook comment box. If you want to get the comments you can use FQL and comments table. you can fine here developers.facebook.com/docs/reference/fql/comment – Awais Qarni Jan 28 '11 at 10:17
feedback

May you help to because i don't even manage to see the comments posted through the comment social plugin on my wall or anyone wall, whereas the comments are correctly recorded by facebook …

look here : https://graph.facebook.com/comments/?ids=http://66.228.33.243/cheeses/bleau-dauvergne

Thanx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.