Thanks Vic,
I did find a 404 on http://code.google.com/apis/gdata/docs/js-authsub.html and
the link Google Data APIs
protocol<http://code.google.com/apis/gdata/gdata/basics.html>
I'm find it hard to which doc to read and it what order. Sometimes there is
no mention of apps/hosted domains - I assume code is the same for both then?
I realize that many people have various applications and that it's nearly
impossible to give examples, but a lot of examples seem to take for granted
I know the context of the code. A full code example (HTML and all) would be
great with it then broken apart and explained. I find that so much easier
to follow. I keep hitting a wall, searching and finding new stuff I haven't
seen before that usually enlightens me more. Anyway, that's my rant for
whatever it's worth. ;) If you can point out a quick flow of docs to read
that would be great - or is something posted somewhere else?
Also, at this point my AuthSub code loops... it starts by asking me on a new
page what user to use (I have several google apps accounts, as I do support
for, and have set up several organizations), then on the next page it asks
me if I want to grant access, as it should. I notice when it returns (only
after putting an alert() right after the
google.accounts.user.login('http://spreadsheets.google.com/feeds') call),
that it appends what may be a key to my page URL but starts with a '#' -
something like "#2%..." - about 30 chars or so, but at that point my page
just reloads and it starts all over again. What would you think, just off
the cuff - likely a page error somewhere? I haven't thoroughly debugged it
yet and mostly wanted to let you know about the 404, but if you have any
quick hints let me know...
Thanks Again,
Karl