Hi friends,
I am developing project in GWT, in which I am using a facebook connect functionality so user can login using facebook Id. Its working fine on all other browsers(FF, Safari, or Chrome) except IE7/8.
I searched on net, I think its a cross domain issue. But don't know how to solve this. Following is the error I am getting in IE8:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0)
Timestamp: Tue, 15 Jun 2010 06:00:44 UTC
Message: Access is denied.
Line: 3988
Char: 36
Code: 0
URI: http://myip:8080/projectname/2C0F5553B2C030BE2D6A102F1B7FD5D9.cache.html
Site loads fine first time in IE, but when user refresh it, it shows above error. Then when user refresh it third time it loads fine. Strange issue.
Does anybody know how to solve this itching issue?
Thanks.