On Jul 17, 11:01 pm, "Jeff S (Google)" <
j...@google.com> wrote:
> Hi matas,
> Just to follow up, I was able to get your code to work if I moved the
> google.load call outside of the user triggered click event and just had it
> execute at page load. I think this should work if you do something like
>
> <script type="text/javascript">
> google.load("gdata", "1.x", {
> callback : onGDataLoaded
> });
> function onGDataLoaded() {
> // if the user is not logged in, add a Sign In button to the page.
> // else proceed with new service object creation...
> }
>
> Happy coding,
>
> Jeff
>
> On Fri, Jul 17, 2009 at 12:21 PM, Jeff S (Google) <
j...@google.com> wrote:
>
>
>
> > Hi matas,
> > I don't think the issue is with the combination of jQuery and the Google
> > Data Ajax library. I de-jQurified your code and saw the same login loop. I'm
> > still trying to track down exactly where the problem is but in the meantime
> > this simple-but-working sample should help.
>
> >
http://ajax-apis.appspot.com/html/gdata-test.html
>
> > Thank you,
>
> > Jeff
>