fix: OAuth Redirect UTI가 사전 값과 다른 경우 domain 보정

This commit is contained in:
2022-08-28 18:00:53 +09:00
parent 517c85d003
commit 8cb2e2a447
2 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if(!$auth_code){
//TODO: /oauth/token
$restAPI = new Kakao_REST_API_Helper();
$restAPI = new Kakao_REST_API_Helper('');
$result = $restAPI->create_access_token($auth_code);
//항상 scope = account_email profile임