Assume a page, http://foo.com, has the Facebook comment social plugin http://developers.facebook.com/docs/reference/plugins/comments/) on it
Using the Graph API, I can retrieve the # of comments using the syntax https://graph.facebook.com/?ids=http://foo.com
I'm wondering if there is any way to contribute a comment through the Graph API for foo.com so it shows up in the comment plugin? (perhaps a POST with a user's access token as parameters?)