Why this not working in IE ?
- by ankit vishwakarma
<script>
FB.init({
appId : '117680911578526',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
//alert(FB.getSession());
/*window.fbAsyncInit = function() {
FB.Canvas.setAutoResize();
}*/
</script>…