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.

currently troubled on how (and whether) to integrate Facebook commenting plugin on my website.

Can you allow registered users to post on Facebook plugin? If not, is it best to only allow people to login with Facebook to use my website?

Any ideas? Thank you all in advance!

share|improve this question

2 Answers

The comments plugin will only work with users who are registered and logged into Facebook. See: https://developers.facebook.com/docs/reference/plugins/comments/

You can allow people to log into your website using this plugin: https://developers.facebook.com/docs/reference/plugins/login/

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 15:28

You would have to detet whether a user has a valid facebook session. You can do that with the link that @DMCS posted.

If you detect that there is no valid facebook session- you could hide the facebook comments box, perhaps have a fallback of read-only comments that your application has pre-fretched.

share|improve this answer
Hi lix, thanks for the reply. So basically existing users (with no FB account) will not be able to post in the Facebook comment plugin? And its best the two types of comments are kept separate?<br><br>Is there a way to retrieve the Facebook comments on a specific post and display them in my websites comments? (i.e. merge them?) Thanks alot! – user946742 Jan 1 '12 at 16:18

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.