Facebook Connect - Security Warning
Posted
by Skoder
on Stack Overflow
See other posts from Stack Overflow
or by Skoder
Published on 2010-04-12T19:48:28Z
Indexed on
2010/04/12
19:53 UTC
Read the original article
Hit count: 1112
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
© Stack Overflow or respective owner