From 309ce0c008fa572c1d54a8c10617a3d52afa5dc4 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 12 Jun 2017 08:25:33 +1200 Subject: [PATCH] User-customisable auth engine --- auth.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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 );