I'm using Facebook registration for my website and I'm also using Facebook comments plugin on several pages on my website. I want to only allow registered users to comment. I don't want to simply hide the comments if they're not registered. I want them to see the comments but only be allowed to add comments if they are registered. Any ideas?
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.
|
|
|
If the user is registered, show the comment plugin like normal. If they aren't registered, you could use the graph api (https://graph.facebook.com/comments/?ids=http://www.example.com) to pull the comments and render them yourself and style them to look similar to the Facebook plugin. |
|||
|
|