friendship ended with social-app. php is my new best friend

debug whether the code is getting stored or not

Changed files
+1
+1
index.php
···
$token = $provider->getAccessToken($_GET['code'], null);
$storage = new SessionStorage($options);
$storage->storeAccessToken($token, $name);
+
print_r($storage->getAccessToken($name));
header('Location: https://'.SITE_DOMAIN);
die(1);
} else if (isset($_GET['error'])) {