tangled
alpha
login
or
join now
veryroundbird.house
/
smallbird-social
7
fork
atom
friendship ended with social-app. php is my new best friend
7
fork
atom
overview
issues
pulls
pipelines
more debugging
veryroundbird.house
4 months ago
b417e733
7f244828
+1
-1
1 changed file
expand all
collapse all
unified
split
vendor
chillerlan
php-oauth
src
Core
PARTrait.php
+1
-1
vendor/chillerlan/php-oauth/src/Core/PARTrait.php
···
41
41
42
42
// something went horribly wrong
43
43
if($status !== 200){
44
44
-
print_r($response);
44
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'])){