Re: [Pharo-project] Zinc-SSO OAuth2 Google offline access

2013-01-31 Thread Yanni Chiu
On 31/01/13 2:55 PM, Jan van de Sandt wrote: ... Instead of making a separate class for offline access I think it's a better idea to change the current class so you can configure it for either online or offline access. Okay, I take that approach.

Re: [Pharo-project] Zinc-SSO OAuth2 Google offline access

2013-01-31 Thread Jan van de Sandt
Hello Yanni, Good to hear that you have OAuth access to Google Calendar working. Currently the access_type parameter is hardcoded to "online" in ZnGoogleOAuth2Session. Instead of making a separate class for offline access I think it's a better idea to change the current class so you can configure

[Pharo-project] Zinc-SSO OAuth2 Google offline access

2013-01-31 Thread Yanni Chiu
After some struggle to understand OAuth2 and Google Calendar API, I managed to insert a calendar entry. Now, I want to be able to manipulate the calendar, without the user being logged on, in their browser - which is "offline" access according to the Google docs [1] (I'm not sure whether this