[공지] JavaScript SDK 사용 시 플랫폼 정보 필수 등록에 대한 안내 / [Notice] Platform information is mandatory to use JavaScript SDK

안녕하세요, 카카오입니다.

Kakao SDK for JavaScript(이하 JavaScript SDK)를 통해 카카오 API를 호출하려면 Web 플랫폼 정보를 반드시 등록해야 합니다.

최근 JavaScript SDK를 통한 요청의 보안을 강화하기 위해 플랫폼 정보를 필수 검증하고 있으며,
JavaScript SDK 사용처에서는 플랫폼 정보가 올바르게 등록돼 있는지 확인해 주시기 바랍니다.

주의

사이트 도메인을 등록하지 않았거나 잘못 등록한 경우, 아래 에러 발생

{“msg”:“domain mismatched! caller=${SITE_DOMAIN}. check out registered web domains.”,“code”:-401}

문서

참고

  • 아래와 같은 경우에도 플랫폼 정보 등록 필요
    • 서비스 서버에서 REST API 키를 사용해 발급받은 토큰을 JavaScript SDK에 할당해 사용하는 경우
    • 다른 타입의 앱 키를 사용해 JavaScript SDK를 초기화한 경우 (권장하지 않음)

언제나 더 좋은 서비스를 제공하기 위해 최선을 다하겠습니다.

감사합니다.


Hello, it’s Kakao.
Registering Web platform information is mandatory to use JavaScript SDK.

Recently, we have been verifying platform information to ensure the security of requests using JavaScript SDK.
Please be sure that the app’s platform information is set correctly.

Caution

If the site domain is not registered or is incorrect, the error below will occur:

{“msg”:“domain mismatched! caller=${SITE_DOMAIN}. check out registered web domains.”,“code”:-401}

Documentation

Note

  • We also verify platform information in the following cases:
    • Using tokens that are issued with the REST API key in the JavaScript SDK
    • Using JavaScript SDK that is initialized with other types of app keys (Not recommended)

We will always do our best to provide better service.

Thank you.