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
···
// something went horribly wrong
if($status !== 200){
-
print_r($response);
// @link https://datatracker.ietf.org/doc/html/rfc9126#section-2.3
if(isset($json['error'], $json['error_description'])){
···
// something went horribly wrong
if($status !== 200){
+
print_r($json);
// @link https://datatracker.ietf.org/doc/html/rfc9126#section-2.3
if(isset($json['error'], $json['error_description'])){