[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-28 Thread marc . haberkorn
I agree w/ noGGin. It wasn't apparent that this would not work - it looked like you were making a style recommendation when saying we shouldn't call login() right after load. On May 28, 2009 12:15pm, noGGin wrote: > should say: not a viable option > On May 28, 9:14 am, noGGin lawrenc...@

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-28 Thread noGGin
should say: not a viable option On May 28, 9:14 am, noGGin wrote: > For anyone who may read this and have the same problem. The tutorial > section indicates that google.accounts.user.login() can be run > immediately after loading, and it may be confusing to a user that is > directed to a google

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-28 Thread noGGin
For anyone who may read this and have the same problem. The tutorial section indicates that google.accounts.user.login() can be run immediately after loading, and it may be confusing to a user that is directed to a google login page without seeing your page first. It says that it is not recommende

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread noGGin
Yes, all of the interactive samples work for me. But if I insert that code into my initializePage function I still get the looping behavior. I checked the cookies after running the interactive examples, there is one named "g314-scope-0" and one named "g314-pending", whenever I run my own code I on

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread noGGin
Yes, all of the interactive samples work for me. But if I insert that code into my initializePage function I still get the looping behavior. I checked the cookies after running the interactive examples, there is one named "g314-scope-0" and one named "g314-pending", whenever I run my own code I on

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread Eric Bidelman
Or this one: http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/blogpress/blogpress.html On Mon, May 25, 2009 at 11:58 AM, Eric Bidelman wrote: > Can you run this sample? > http://code.google.com/apis/blogger/docs/1.0/developers_guide_js.html#Interactive_Samples > > On Mon,

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread Eric Bidelman
Can you run this sample? http://code.google.com/apis/blogger/docs/1.0/developers_guide_js.html#Interactive_Samples On Mon, May 25, 2009 at 11:29 AM, noGGin wrote: > > Here is my code pulled from my test page: > > www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > http://www.w3.org/1999/xhtml";> >

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread noGGin
Here is my code pulled from my test page: http://www.w3.org/1999/xhtml";> My Google Data API Application http://www.google.com/jsapi? key=ABQIMckdzp79H9T72-3yHiv- BRQBnJMNXV2JFGJdzYopxFXhdLLc0RRJkNyWywXhm8h-gZVIaxK4uLg69Q" type="text/ javascript"> //

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread Eric Bidelman
Hi guys, Try setting up your page as follows: http://gdatatips.blogspot.com/2008/12/using-javascript-client-library-w-non.html Basically, you need a flow like this: google.load('gdata', '1.x');google.setOnLoadCallback(initializePage); function initializePage() { var scope = 'http://www.google.

[GData Protocol] Re: Can't get auth token in JS Client library

2009-05-25 Thread noGGin
I am experiencing the same functionality. Has anyone found a resolution? On May 10, 10:19 am, Haberkornelius wrote: > My application is attempting to read a list of Contacts using the > Contacts API.  I am using the JavaScript client library at google.com/ > jsapi.  I invoke: > > function logMeI