I’m creating a facebook app and on Internet Explorer 9 it works fine. But on Firefox and Chrome when I goto the canvas page it redirects away from facebook and to my site.
Think it’s something to do with how I’m redirecting people from index.php to home.php
Is there anything in this that would cause the problem :
echo("<script> top.location.href='home.php'</script>");
Try:
or: