Kakao.Link.sendDefault({
objectType: 'feed',
content:{
title:'xeant.com Forever',
description:"기본 템플릿으로 제공되는 텍스트 템플릿은 텍스트를 최대 200자까지 표시할 수 있습니다. 텍스트 템플릿은 텍스트 영역과 하나의 기본 버튼을 가집니다. 임의의 버튼을 설정할 수도 있습니다. 여러 장의 이미지, 프로필 정보 등 보다 확장된 형태의 카카오링크는 다른 템플릿을 이용해 보낼 수 있습니다.",
imageUrl:"http://thesaju.cafe24.com/modules/saju/skins/default/img/exam/start_01.png",
link:{
web_url:'http://thesaju.cafe24.com',
mobileWebUrl:'http://thesaju.cafe24.com'
}
},
buttons: [
{
title: '웹으로 보기',
link: {
mobileWebUrl: 'http://thesaju.cafe24.com',
webUrl: 'http://thesaju.cafe24.com',
},
},
{
title: '앱으로 보기',
link: {
mobileWebUrl: 'http://thesaju.cafe24.com',
webUrl: 'http://thesaju.cafe24.com',
},
},
],
});
위와 같은 에러와 함께 메시지가 발송되지 않습니다.
name: “KakaoError”, message: “Invalid parameter keys: web_url at parameter link in Link.sendDefault”