[공지] 손쉬운 카카오톡 소셜 활용을 위한 피커 기능 추가 / [Notice] New API that calls 'Friend picker' is open!

안녕하세요, 카카오입니다.
Kakao SDK에 카카오톡 소셜 기능을 손쉽게 구현할 수 있도록 도와주는 피커 기능이 추가되어 안내드립니다.

기존의 친구 목록 가져오기 API는 친구 목록 UI를 서비스에서 자체적으로 구현해야 했으나,
피커 사용 시, 별도의 친구 목록 UI를 구현하지 않아도 서비스에 필요한 사용자의 친구 목록과 데이터를 제공받을 수 있습니다.
피커는 서비스의 다양한 소셜 기능에 활용하는 것은 물론, 카카오톡 메시지 전송 시에도 사용 가능합니다.

기능 소개

  • Kakao SDK를 통해 카카오에서 제공하는 친구 선택 화면을 호출하고, 사용자가 선택한 친구 정보를 제공받을 수 있는 기능
  • 파라미터를 통해 화면 표시 형태, 구성 요소를 서비스 UI에 맞게 설정 가능

피커 화면

제공 일시

  • 2022년 5월 25일(금)

지원 버전

  • JavaScript SDK: 1.42.0 이상
  • Android SDK: 2.10.0 이상
  • iOS SDK: 2.10.0 이상
  • Flutter SDK: 미지원

참고

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




Hello. This is Kakao.

We announce that we have added a new API, Retrieving friends through picker API. This API displays the Friend picker, the user interface on which a user can select Kakao Talk friends, and provides the friends data that the user selects.

image

What you can do

If you use the Retrieving friends through picker API,

  • You can implement a diverse format of the Friend picker by setting parameters according to your service’s needs. For more details, refer to Friend picker > features.
  • You do not have to implement the user interface for the Friends list internally in your service unlike the Retrieving list of friends API that provides user’s friends data only.
  • You can retrieve the users’ friends data and leverage the data in your service such as sending Kakao Talk messages.

Release date

  • May 25, 2022

How to use

  • Complete the following prerequisites.
    • Enable the required scope (Friends List in Kakao Service(Including profile image, nickname, and favorites)
    • Test the implemented function.
    • Request permission.
  • Implement the Friend picker by referring to the following development guides:

Supported SDK version

  • JavaScript 1.42.0 or higher (Refer to Supported web browser.)
  • Android 2.10.0 or higher
  • iOS 2.10.0 or higher
  • Flutter SDK is not supported.

Reference


If you have any further question about the new API, contact us at DevTalk.

We always do our best to provide a better service.

Thank you.


Kakao Developers