I saw so many threads about this but nothing worked so far... So I have my application, and if its accessed without https (such as http://apps.face... if accessed with https:// everything works) explorer goes crazy and a dialog opens at the bottom: only secured content is displayed (what is this). the error prevents the facebook credits dialog from opening, but still allows the friends invite dialog to open... odd...
the ie9 console shows many lines such as:
HTTPS security is compromised by http://profile.ak.fbcdn.net/hprofile-ak-snc4/211650_610002617_527396
then I found in an older thread that I should add the following line of JS before the fb.init phase:
FB._https = true;
and this:
FB._https = (window.location.protocol == "https:");
after using these the dialog stopped, but still I got these errors:
SCRIPT5: Access is denied.
canvas_proxy.php?version=3, line 89 character 3
I made sure to use :
both in the channel and head...
Still - the apprequest dialog opens, but not the facebook credit.
thanks for reading this, maybe someone got any idea?