This document walks you through frequently asked questions you may have when you use the Kakao Social APIs.
If you cannot find such solutions or have further questions, visit the forum for developers called 'DevTalk' and feel free to ask questions. To change the DevTalk interface language to English, see How can I change the DevTalk interface language?.
If some friends are not included in the response of the Retrieving list of friends or the Friends picker, check the followings:
No. | Check point | If not |
---|---|---|
1 | Check if the 'Friends List in Kakao Service' (Scope ID: friends ) is enabled. |
In [My Application] > [Consent Items], click [Set], and then set this scope to 'Consent during use'. |
2 | Check if any team members are registered in your app. IMPORTANT: The team members must be added as your Kakao Talk friends. Before obtaining permission for the Retrieving list of friends API, you can only retrieve the profiles of the friends registered as a team member only. If you do not want to add the friend as a team member or want to retrieve all the friends' profile, request permission. |
Invite the person as a team member in [My Application] > [Team Management]. See Manage team members. |
3 | Check if the team members who you want to test with are linked to your app and consented to 'Friends List in Kakao Service' scope. IMPORTANT: You can retieve only the profiles of users who have agreed to the 'Friends List in Kakao Service(Including profile image, nickname, and favorites)' item on the Consent screen when they log in with Kakao or through requesting additional consent. |
Ask the team members to log in to your app with their Kakao Accounts and consent to the 'Friends List in Kakao Service' scope on the Consent screen. Refer to How can I test the Retrieving list of friends API?. If you encounter errors, refer to Troubleshooting. If no friend is retrieved, see I cannot retrieve any friends. |
4 | If team member are normally retrieved, check if you have permission to retrieve list of friends. | Request permission. |
5 | After permission is granted, check if your Kakao Talk friends are retrieved. | Leave your issue with your app ID at Devtalk. You can check your app ID in [My Application] > [App Keys]. |
{
"elements": [],
"total_count": 0,
"after_url": null,
"favorite_count": 0
}
If none of friends is retrieved even after I completed all prerequisties,
To see more about conditions to retrieve a list of friends, refer to Kakao Talk Social > Usage policy.
To retrieve the list of Kakao Talk friends through the Retrieving list of friends API and the Friend picker, you must test before Requesting permission.
After implementing the function to retrieve a list of friends by referring to the development guide for the platform you develop, test to check if your app's team members are normally retrieved as follows: