/
Kakao Integration Feature SDK Example

Kakao Integration Feature SDK Example


Kakao Integration Feature

Setting Up KakaoTalk Game Message Reception

This is an example of how to set up the reception of KakaoTalk game messages for yourself.

Retrieve KakaoTalk Profile

This is an example of how to retrieve your own KakaoTalk profile.

Retrieve KakaoTalk Game Friend List

This is an example of how to retrieve your KakaoTalk game friend list.

Sending KakaoTalk Game Messages

This is an example of sending a KakaoTalk game message using a message template.
If you want to receive specific parameters when the recipient taps the message to enter the game, you can set the exec parmin the message template.
When the recipient receives the message on KakaoTalk and taps the connection link, the app will launch and pass the exec param.
You can use this value to start a specific stage or provide predefined items. Please note that the exec param can only be used with game messages.

Sending KakaoTalk Friend Invitation Messages

This example demonstrates how to send an invitation message using the KakaoTalk Friend Picker.
Depending on the isSingle option, you can send invitation messages to multiple friends.
If you send invitation messages to multiple friends, a success response is returned even if only one friend successfully receives the message.
The isPopup option allows you to display the Friend Picker in a popup form. This feature is supported through the KakaoSDK but is not supported in the Windows SDK.

Adding a KakaoTalk Channel

This is an example of how to add a KakaoTalk channel.

Retrieve the list of friends to whom I sent an invite message

This is an example of viewing the list of friends to whom I have sent invitation messages.

If a user is not registered, their information is delivered as an empty object.

Retrieve the count of friends to whom I sent an invite message

This is an example of checking the number of friends to whom I have sent invitation messages.

Related content