问题
I would like to implement facebook comment plugin into a website. This website consists of users with facebook id numbers. I want that, every user can manage the comments in their profile pages.
In Facebook comment plugin, I found that, adding
<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
leads the specified user can manage the comments. So, could it be a problem if I set this user id dynamically?
Thanks in advance
来源:https://stackoverflow.com/questions/8326544/user-based-management-of-facebook-comment-plugin