No response back on FaceBook sharing
问题 I want to catch the response when a share is made on Facebook and on the response an alert will occur. I made the following script <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({ appId:'<?php echo $this->config->item('appID'); ?>', cookie:true, status:true, xfbml:true,oauth : true }); }; (function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) { return; } js = d.createElement('script'