I am trying to test my application on facebook. But i keep getting the following errors:
Errors while loading page from application Parse errors:
CSS Error (line 35 char 17): Error in parsing value for property.: 'font-style' Declaration dropped.
FBML Error (line 53): illegal tag "body" under "fb:canvas"
FBML Error (line 54): illegal attr ";" in tag "div". Attribute names can only contain alphanumeric characters, underscores, and hyphens.FBML Error (line 87): illegal tag "object" under "fb:canvas"
FBML Error (line 88): illegal tag "param" under "fb:canvas"
FBML Error (line 89): illegal tag "param" under "fb:canvas"
FBML Error (line 90): illegal tag "embed" under "fb:canvas"
FBML Error (line 214): illegal tag "object" under "fb:canvas"
FBML Error (line 215): illegal tag "param" under "fb:canvas"
FBML Error (line 216): illegal tag "param" under "fb:canvas"
FBML Error (line 218): illegal tag "embed" under "fb:canvas"
FBML Error (line 226): illegal tag "object" under "fb:canvas"
FBML Error (line 227): illegal tag "param" under "fb:canvas"
FBML Error (line 228): illegal tag "param" under "fb:canvas"
FBML Error (line 230): illegal tag "embed" under "fb:canvas"
FBML Error (line 248): illegal tag "object" under "fb:canvas"
FBML Error (line 249): illegal tag "param" under "fb:canvas"
FBML Error (line 250): illegal tag "param" under "fb:canvas"
FBML Error (line 252): illegal tag "embed" under "fb:canvas"
FBML Error (line 260): illegal tag "noscript" under "fb:canvas"
FBML Error (line 297): illegal tag "noscript" under "fb:canvas"
FBML Error (line 311): illegal tag "noscript" under "fb:canvas"
Please try again later. We appreciate your patience as the developers of Hello World App and Facebook resolve this issue. Thanks!
I am unable to understand where i am going wrong. I have written a simple code to display hello world as follows. Even that is not working.
<?php
echo "Hello World!";
?>
Please help me out with this...