Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Facebook comments social plug-in is usually associated via its href attribute.
Is it possible to associate it with a Facebook object_id - thereby automatically populating the comments-box plugin with comments that were left on this post from within Facebook?

For example, these are comments users left on a photo-post that Facebook made on their "Facebook" Facebook page:

https://developers.facebook.com/tools/explorer?method=GET&path=10151287511951729%2Fcomments

The object_id of the post is 10151287511951729, and the comments are retrieved using the Graph API '/comments' connection (and can also be retrieved using FQL by querying the comment table).

So any way, if I have the relevant accessToken for the post (and all that..) - can I use an fb:comments comments-box with comments of that post?

Or, is the only way for me to show those comments in my own external place would be to create some GUI for it myself and populate it "manually" (by polling from the Graph or FQL)?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.