Hi,
I started working to build a plugin for Kakao Game Center in Java. I visited Kakao API website for Android API here. I downloaded the application given at the bottom of page. So, this demo application is doing, whenever 3rd party app needs to send message, it redirect start KAKAO application everytime.
After that i started looking for something for Kakao Game Center like REST API like facebook has with clientID, ClientSecret, AuthToken, etc. but i didn’t find anything.
But after that i found an application build on Cocos2D Kakao implemented, i decompiled that application it is using the right what i want(clientID, clientSecret, AuthToken, etc.) , sends data directly from 3rd party application without Kakao application interface(ofcourse after authentication from Kakao Server using KakaoTalk Application).
But there is no such detail on Kakao API for Android webpage here also not even on Web.
Also i mailed in their support care but didn’t get any response from them.
I really need help here.
Anythings related will be appreciated.
Thanks