Hi everyone
I’m new with kongregate platform. And I have some integration problem.
I’m using HTML5 to build games – JS with jQuery.
With the existing API I can easy get username, userId ( kongregate.services.getUserId(); )
But – how to get Avatar or friends list ?
The answer is REST Function List http://developers.kongregate.com/docs/rest/authenticate.
But most of them doesn’t work with AJAX – it’s from my own experience.
The question is:
I have to make requests to the kongregate API from my server instead of the client window?
Or maybe someone know how to get Avatar url and friends list with avatars by AJAX ?