From ec3d0c5f681d8692dba98b360c4eea8e8577cbcc Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 24 Mar 2018 12:35:48 +0900 Subject: [PATCH] =?UTF-8?q?index.php=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=82=B4=EC=A7=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 37b70ff1..cd266056 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,10 @@ var oauthMode = null; function getOAuthToken(mode='login', scope_list = null){ oauthMode = mode; - var url = 'https://kauth.kakao.com/oauth/authorize?client_id=&redirect_uri=&response_type=code'; + var url = 'https://kauth.kakao.com/oauth/authorize?'\ + 'client_id=&'\ + 'redirect_uri=&'\ + 'response_type=code'; if(Array.isArray(scope_list)){ url += '&scope='+scope_list.join(','); } @@ -120,13 +123,11 @@ function postOAuthResult(result){
- - -
- +
@@ -134,7 +135,8 @@ function postOAuthResult(result){
- +