When would I instantiate GoogleService with only the applicationName
versus the one that takes GDataRequestFactory and AuthTokenFactory?

Current API signatures:
public CalendarService(java.lang.String applicationName)

public CalendarService(java.lang.String applicationName,
                       Service.GDataRequestFactory requestFactory,
                       AuthTokenFactory authTokenFactory)

Is the latter one just in-case you wish to provide your own
implementations of the two factories?

In the case where a web app is requesting authorization on behalf of
many users, would you use the constructor that takes the two factories
or the one with one parameter?

Justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to