diff --git a/cb.php b/cb.php index 367d7a6..ed906f8 100644 --- a/cb.php +++ b/cb.php @@ -12,7 +12,7 @@ $token = null; $user = null; // Exchange code for token -$ch = curl_init('https://surillya.com/auth/token.php'); +$ch = curl_init('https://surillya.com/id/token.php'); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([ 'client_id' => $client_id,