The reason this happens (from websites and documents I read, and believe me, I read LOT) is because IE refuses cross-site javascript and sees that all.js crosses the sandbox border. A good discussion is possible find here .
Some people say that adding the channel.html file works , but we tried all its tastes and did not succeed. (Remember that http or https must match the page sending the request.)
Microsoft refers to the same problem , and their advice is to add the site to trusted sites (which does not help). An old tip (from last year) is to add CP="HONK" as your compact privacy policy, but I think the error was fixed and it was related to the cookie.
It seems that what is happening with us is that the login actually continues, and the callback is called correctly, but the main thread, which should end outside the logical call, stops executing (due to an error). Thus, after entering the system, any functions outside the login are not performed.
If anyone has a way to get IE not to throw an exception or create a workaround for this problem, I desperately need it. Any information that I will be happy to provide, but the sample is here:
enter code here code before login here... FB.login(function(response){ callback stuff here... This part fires. }); main thread stuff here... This fails because of permission denied error.
MontyThreeCard
source share