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.

I have created an iframe facebook application. I want to use the facebook's comments functionality in this app. A user should be able to comment from my facebook applcation to facebook. It should be posted to wall also.

I have tried to implement through fb:comment tag but the issue is that sometimes it is not rendered and when it is rendered then the comment is not posted at all (it shows the database error).

Please tell me (any links would be helpful) how to do it and if it is possible..

share|improve this question

1 Answer

up vote 5 down vote accepted

found the solution..,,

<fb:comments xid="titans_comments" > </fb:comments>

the comments tag should have a "xid" attribute and it will then post the comments...

Hope this will help anyone who visits this post.

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.