[SOLVED] How to get notification from facebook comment plugin

How to moderate facebook comment plugin on website?this is how
1. Put this code on the website section

<meta property="fb:app_id" content="599619996783465" />
2. Put this code on the section you want to show the facebook comment

< div id="fb-root"> < /div < 
                                                   <script>(function(d, s, id) {
       var js, fjs = d.getElementsByTagName(s)[0];
       if (d.getElementById(id)) return;
       js = d.createElement(s); js.id = id;
       js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=599619996783465";
       fjs.parentNode.insertBefore(js, fjs);
       
     }(document, 'script', 'facebook-jssdk'));
     
     </script>
                                                   <fb:comments href="your page site url" num_posts="10" width="940"></fb:comments>
3. Open https://developers.facebook.com/tools/comments/?id=your app id to see the notification
/* infolinks */