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

more debugging

Changed files
+1 -1
vendor
chillerlan
php-oauth
src
+1 -1
vendor/chillerlan/php-oauth/src/Core/PARTrait.php
··· 41 41 42 42 // something went horribly wrong 43 43 if($status !== 200){ 44 - print_r($response); 44 + print_r($json); 45 45 46 46 // @link https://datatracker.ietf.org/doc/html/rfc9126#section-2.3 47 47 if(isset($json['error'], $json['error_description'])){