I want to build a android application with Kakao integration. My application require these functionality.
Login with Kakaotalk account.
Fetching friends list of a user.
Can post a message to a user (fetched in step 2).
So does kakao provides an api or sdk like facebook sdk. Can we implement functionality in our own application without launching Kakaotalk application and sending data to it using intent ?
Finally I got my answer from kakao support that they do not provide any SDK or API to fetch friends.So it is not possible.
Now days KakaoTalk REST API has such example to fetching user list on their page
curl -v -X GET https://kapi.kakao.com/v1/user/ids \
-H "Authorization: KakaoAK kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk"
link to REST API
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With