A simple question about facebook comments plugin
问题 I'm struggling with a very simple problem. The facebook documentation, as always, didn't give me enough explanation. I attached a facebook comments plugin to my site. And using a callback of "comment.create" event, I can get information of a just-create comment. FB.Event.subscribe('comment.create', function(response) { alert(JSON.stringify(response)); }); The json reponse looks like: {"href":"http://siteaddress.com/page.htm", "commentID":"111122223333" } What I like to do now is to retrieve