From 1cbba6cdc9022037b8e8c4cce390b1050234bcb0 Mon Sep 17 00:00:00 2001 From: surillya Date: Fri, 16 May 2025 16:02:43 -0400 Subject: [PATCH] Point to the new URL /auth/ to /id/ --- cb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,