Solved bug or typo in oauth mastodon
This commit is contained in:
parent
564f81d5d5
commit
f65402204e
|
@ -18,7 +18,7 @@ curl_setopt($ch, CURLOPT_POSTFIELDS, [
|
|||
'code' => $code
|
||||
]);
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
$auth = curl_exec($ch);
|
||||
$output = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
|
||||
# get mastodon account info
|
||||
|
|
Loading…
Reference in New Issue