To send a link message using javascript in KAKAO talk, the API source provided by Kakao Developers is requred.
자바스크립트를 이용하여 카톡 링크 메시지를 전송하려면 카카오 개발자(Kakao Developers) 페이지에서 제공하는 API 관련 소스가 필요합니다.
Follow the steps below.
다음의 순서를 따라하면 됩니다.
1. Create an application on the Kakao Developers site.
1. Kakao Developers 사이트에서 애플리케이션 생성.
2. Obtain the Javascript API key from "App Key" and reflect it in the source code below.
2. "앱 키"에서 Javascript API 키를 획득 후 아래 소스코드에 반영.
3. In "Platform" → "Web", add the domain to add the source code below and the domain to connect to.
3. "플랫폼" → "Web"에서 아래의 소스코드를 추가할 도메인과 연결할 도메인 추가.
*e.g. http://localhost:8081
=======================
작업
1. Create an application on the Kakao Developers site.
Kakao Developers 사이트에서 애플리케이션 생성.
2. Obtain the Javascript API key from "App Key" and reflect it in the source code below.
"앱 키"에서 Javascript API 키를 획득 후 아래 소스코드에 반영.
3. In "Platform" → "Web", add the domain to add the source code below and the domain to connect to.
"플랫폼" → "Web"에서 아래의 소스코드를 추가할 도메인과 연결할 도메인 추가.
4.카카오링크에서 메세지 템플렛 생성
지금까지 custom kakao에서 설정 내용 입니다
================