i have designed a facebook application, it does not show any error or warning in chrome inspector or in facebook insights page.
however when i add an add tag as shown below, i get the error. please let me know what is going wrong.
<html>
<sript> google analytics code here </script>
<!-- Begin Ad Call Tag - Do not Modify -->
<iframe width='468' height='60' frameborder='no' framespacing='0' scrolling='no' src='http://ads.*******/fbslot/slot*****?ad_size=468x60&adkey=e37'></iframe>
<!-- End of Ad Call Tag -->
<?php
some code here
?>
</html>
error message in chrome inspector :
Unsafe JavaScript attempt to access frame with URL http://apps.facebook.com/statustics/ from frame with URL http://ads.********/fbslot/slot******?ad_size=468x60&adkey=e37. Domains, protocols and ports must match.