how to get oauth token? #177
-
URL: https://developers.google.com/calendar/quickstart/php |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Run sample according to the instructions In this line generate file token.json: file_put_contents($tokenPath, json_encode($client->getAccessToken())); |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply: what i need to do here: google-calendar.php where i need that code set? |
Beta Was this translation helpful? Give feedback.
-
It's already set in quickstart.php, juste before the end :
|
Beta Was this translation helpful? Give feedback.
It's already set in quickstart.php, juste before the end :