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

move stuff around

Changed files
+3 -2
+3 -2
index.php
··· 202 202 'sessionStorageVar' => 'sbs_'.SITE_DOMAIN 203 203 ]); 204 204 $storage = new SessionStorage($options); 205 - echo 'get access token:'; 206 - print_r($storage->getAccessToken($name)); 207 205 $connector = new React\Socket\Connector([ 208 206 'dns' => '1.1.1.1' 209 207 ]); ··· 233 231 $provider = new BskyProvider($options, $client, $httpFactory, $httpFactory, $httpFactory); 234 232 $provider->setPds($pds); 235 233 $name = $provider->getName(); 234 + 235 + echo 'get access token:'; 236 + print_r($storage->getAccessToken($name)); 236 237 237 238 if (isset($_GET['login']) && $_GET['login'] === $name) { 238 239 $auth_url = $provider->getAuthorizationUrl([