webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Internet Explorer Login Issue #79

Closed starchildno1 closed 12 years ago

starchildno1 commented 12 years ago

When trying to log in with internet explorer 9/8 at first the facebook pop up window will show and when I click log in, the pop window would become blank and no login will happen. Any further attempt I will first have to restart the browser to get a fresh pop up window. Now it's just a blank pop up window no matter what I do.

starchildno1 commented 12 years ago

Where using http://localhost/mysite for your Site Url in Facebook's App settings will work with Firefox and Chrome, it will fail with Internet Explorer (oh so special).. My workaround was to point 127.0.0.1 to myFakedomain.com/mysite in my host file and updated Site Url in Facebook's App settings to myFakedomain.com/mysite for it to work.