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

does this. help

Changed files
+2
+2
index.php
··· 241 241 } else if (isset($_GET['code'])) { 242 242 // https://smallbird.social/login?iss=https%3A%2F%2Fshimaenaga.veryroundbird.house&code=cod-3a80b9095e871dc4bc2391f876cc234abefcbb66ca65e8a381e99095b8899b0e 243 243 $token = $provider->getAccessToken($_GET['code'], null); 244 + print_r($token); 244 245 $storage = new SessionStorage($options); 245 246 $storage->storeAccessToken($token, $name); 247 + echo 'get access token:'; 246 248 print_r($storage->getAccessToken($name)); 247 249 header('Location: https://'.SITE_DOMAIN); 248 250 die(1);