i am trying to create facebook app but the canvas page is showing blank. I am working with localhost.
In my htdocs folder i have basic php file with following content
<html>
<head>
<title>Fb App</title>
</head>
<body>
<h1>Working....</h1>
</body>
</html>
In the console window i am getting following error
**[blocked] The page at 'https://apps.facebook.com/fooobaaar/' was loaded over HTTPS, but ran insecure content from 'http://localhost/': this content should also be loaded over HTTPS.
(index):37**
**event.returnValue is deprecated. Please use the standard event.preventDefault() instead.**
I guess this means i need https. Do i really need https for testing on localhost