Google calendar API storing code or access token
问题 Im trying to figure out Google calendars but I cant make sense out of which string I need to store in my db to fetch access tokens when I need to push or get data. I make my request to Google and they return: ?code=4/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx# Then I authenticate: $client->authenticate($_GET['code']); Then I get access token: $client->getAccessToken() Everything works great for this session. But, I dont want to have to ask the user to authenticate each time. Can I store the $