Kakao.Link.sendScrap 에러

  1. //developers.kakao.com/sdk/js/kakao.min.js 스크립트 인클루드하고…
  2. 내 애플리케이션 > 사용자관리 > 접근권한 관리항목에서 talk_message (카카오톡 메시지 전송) - 이용중 사용 으로 권한 부여하고…
  3. 앱키에서 javascript 키 사용하여 init 하고…
  4. 요래 소스 넣었는데…
    Kakao.Link.sendScrap({
    requestUrl: window.location
    });
    실행이 되지 않네요.

해당 메시지로 에러 발생하네요.
VM250:1 Uncaught TypeError: Cannot read property ‘sendScrap’ of undefined

그래서 혹시나 싶어 크롬 콘솔에 Kakao 실행하니 Link 관련 항목이 선언되어 있지 않네요…;;;

Kakao
{VERSION: “1.26.0”, Story: {…}, init: ƒ, cleanup: ƒ}
Story: {createShareButton: ƒ, share: ƒ, open: ƒ, createFollowButton: ƒ, cleanup: ƒ}
VERSION: "1.26.0"
cleanup: ƒ ()
init: ƒ (t)

뭐가 문제인지 잘 모르겠네요…
아시는분 답변 부탁드립니다~