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").

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to