Wednesday, 18 September 2013

How long does a GCal AuthSubHttpClient token last?

How long does a GCal AuthSubHttpClient token last?

I've integrated the Google Calendar API and am able to retrieve the token
returned when a use grants access to their calendar, then using this token
I call:
getAuthSubHttpClient($token);
I then store the resulting string in the database. I am then able to use
this string as the client variable to push events to the users calendar.
My question is, will this expire at some point and I'll no longer be able
to push events to the users calendar? If so how can I get permanent
access?

No comments:

Post a Comment