forked from devsam/core
fix: OAuth Redirect UTI가 사전 값과 다른 경우 domain 보정
This commit is contained in:
@@ -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임
|
||||
|
||||
Reference in New Issue
Block a user