We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3193b41 commit 0f790e7Copy full SHA for 0f790e7
examples/gmail_send_email.php
@@ -33,6 +33,7 @@
33
34
$_SESSION['access_token'] = $curl->response->access_token;
35
header('Location: ?');
36
+ exit;
37
} elseif (!empty($_SESSION['access_token'])) {
38
// Use the access token to send an email.
39
$curl = new Curl();
examples/google_plus_profile.php
} elseif (!empty($_SESSION['access_token']) && !isset($_GET['retry'])) {
// Use the access token to retrieve the profile.
0 commit comments