Facebook Connect - Security Warning
- by Skoder
Hey all,
I'm using Facebook connect using FBML tags. Although it works, when I run the site in Internet Explorer, a security warning comes up similar to this:
The current webpage is trying to open
a site in your Trusted sites list. Do
you want to allow this? Current site:
http://www.facebook.com Trusted site:
http://localhost"
My Facebook code involves these two:
http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php
http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js
I tried changing them to HTTPS:
https://ssl.connect...
but the errors still appear. None of my pages use SSL. I've also tried turning facebook-logo='false' but still no luck.
Any ideas on how to fix this? Although it's not show-stopping, it doesn't give a good impression to users who may be feel it insecure.
Thanks