diff --git a/auth.php b/auth.php index 4dcd9b9d..66db7b5c 100755 --- a/auth.php +++ b/auth.php @@ -1,11 +1,15 @@ '01d4ca2e9f4f415c80502431a6aa4200', - 'client_secret' => '7352c9c74791478ab02be0f004ec9541', + 'client_id' => CLIENT_ID, + 'client_secret' => CLIENT_SECRET, 'grant_type' => 'refresh_token', 'refresh_token' => $refresh_token );