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.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

I got a direct reply from Facebook about this and unfortunately there is no way to do this with the Graph API today.

share|improve this answer

Your Answer

 
discard

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

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