On 2008-12-22 17:59:59 -0800, Trevor Johns <[email protected]> said:
> > On 2008-12-19 06:08:25 -0800, lasheimok <[email protected]> said: > >> >> Hi all, >> >> I wrote a javascript that first logs in to docs.google.com to find a >> spreadsheet, and then to spreadsheets.google.com to access the >> content. >> >> Since the Javascript client library doesn't support to login to two >> scopes, at first I was asked twice to grant access to the script, once >> for each scope. > > This actually is supported. :) > > When you make the request for a token, just concatenate all of the > desired scopes together, seperated by a space (which, after URL > encoding, becomes "%20"). Okay, I take my previous comment back. Eric just informed me that while the JS client allows retrieving multi-scope AuthSub tokens, there a bug where attempting to use this token results in a timeout. (It will work using other clients, however.) -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
