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)?