SQL tables for oauth

This commit is contained in:
frederic34
2015-10-30 17:59:45 +01:00
parent 1694c690ed
commit e90f68906e
3 changed files with 28 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ if (! empty($_GET['code'])) {
// retrieve the CSRF state parameter
$state = isset($_GET['state']) ? $_GET['state'] : null;
try {
//$token = $storage->retrieveAccessToken('Google');
$token = $storage->retrieveAccessToken('Google');
} catch (Exception $e) {
print $e->getMessage();
}