[GData Protocol] Re: AuthSubRequestJS causing problems

2009-08-16 Thread Bobby
I was able to narrow down this supposedly IE+GWT issue with AuthSub JS. It's actually not related to GWT. In the JS API, when calling google.load("gdata", "1.10", callback) with a callback, in IE, authsub doesn't complete - it never consumes the token in the URL. This happens only when a callback

[GData Protocol] Re: AuthSubRequestJS causing problems

2009-08-13 Thread Bobby
The IE+GWT issue that i'm seeing is the following. If the google.load ("gdata", "1.10"); call is asynchronous - meaning after the page has finished loading, such as within onModuleLoad() - then the AuthSub process doesn't succeed. Bobby On Aug 13, 5:10 am, Bobby wrote: > I'm seeing two distinct

[GData Protocol] Re: AuthSubRequestJS causing problems

2009-08-13 Thread Bobby
I'm seeing two distinct authentication issues in IE 6 and 7. The first has to do with IE security settings - for example by adding the site to "Trusted Sites" and setting the Security Level for Trusted Sites to "Low" the authentication succeeds, otherwise a JS "Permission Denied" exception is thro

[GData Protocol] Re: AuthSubRequestJS causing problems

2009-08-10 Thread Bobby
Ankit, what browser are you seeing this issue for? I haven't been able to have AuthSub authentication work properly in IE either (with the JS API). I've actually tried "forcing" a GData session cookie obtained from FireFox into IE and it works fine so it seems to me that the mechanism which picks