-
카카오 로그인 함수인 Kakao.Auth.authorize API로 간편 로그인을 요청
Kakao.init("********************************");
function Authorize(){
Kakao.Auth.authorize({
redirectUri: ‘http://localhost:8081/kakao/kakaoLogin.jsp’
});
}
아래와 같이 에러 발생 ( 이 에러 의미가 무엇인가요???)
Failed to launch ‘intent:#Intent;action=com.kakao.talk.intent.action.CAPRI_LOGGED_IN_ACTIVITY;launchFlags=0x08880000;S.com.kakao.sdk.talk.appKey=54d1bea943d307f53ecf5dd0f8698663;S.com.kakao.sdk.talk.redirectUri=http://localhost:8081/kakao/kakaoLogin.jsp;S.com.kakao.sdk.talk.kaHeader=sdk/1.39.14%20os/javascript%20sdk_type/javascript%20lang/ko-KR%20device/Win32%20origin/http%3A%2F%2Flocalhost%3A8081;S.com.kakao.sdk.talk.extraparams=%7B%22client_id%22%3A%2254d1bea943d307f53ecf5dd0f8698663%22%2C%22redirect_uri%22%3A%22http%3A%2F%2Flocalhost%3A8081%2Fkakao%2FkakaoLogin.jsp%22%2C%22response_type%22%3A%22code%22%2C%22auth_tran_id%22%3A%22r8tzz90hkq854d1bea943d307f53ecf5dd0f8698663knserufn%22%2C%22is_popup%22%3Atrue%7D;S.browser_fallback_url=https%3A%2F%2Fkauth.kakao.com%2Foauth%2Fauthorize%3Fclient_id%3D54d1bea943d307f53ecf5dd0f8698663%26redirect_uri%3Dhttp%253A%252F%252Flocalhost%253A8081%252Fkakao%252FkakaoLogin.jsp%26response_type%3Dcode%26auth_tran_id%3Dr8tzz90hkq854d1bea943d307f53ecf5dd0f8698663knserufn%26ka%3Dsdk%252F1.39.14%2520os%252Fjavascript%2520sdk_type%252Fjavascript%2520lang%252Fko-KR%2520device%252FWin32%2520origin%252Fhttp%25253A%25252F%25252Flocalhost%25253A8081%26is_popup%3Dfalse;end;’ because the scheme does not have a registered handler.