API Support

Ask a Question
ANSWERED

showfeedpostbox onSuccess function?

Is there any way we can receive a response when the user actually accepts the showfeedpostbox native popup shown when making the api call? We have a Quest in our game that requires the player from sharing the game and in exchange they receive a reward. We currently are giving away the reward just by clicking in the game the "Share" option, because we found no way of stating an "onSuccess" function or something like that. Could you help us out here? Thanks! https://docs.kongregate.com/docs/client-api-services-showfeedpostbox
ANSWERED

Congregate Developers Website not working?

Hi, I am trying to open https://developers.kongregate.com/, but I get this message: 404 There isn't a GitHub Pages site here. Any hint?
ANSWERED

Testing my game

Hi, I've written a game and I'd like to test it on Kongregate before it's PUBLISHED. Is there a way to upload without driving traffic to the game yet?
ANSWERED

Mtx.PurchaseItems documentation on metadata objects

Hello. The documentation on Mtx.PurchaseItems says that the items parameter can be an: "Array of item identifier strings, or an array of objects each with a _name_ and data field." However the code example shows an object with an "identifier" field instead of a name field. var items = [{identifier:"sword", data:"+1str"}]; Are metadata objects supposed to have an identifier or name field?
ANSWERED

I lost my old times

Bem sei que não esta em inglês , mas eu torço para que alguém me ajude, chego até implorar que alguém me ajude. Depois de anos eu lembrei do site Kongregate por causa do SAS:4 na steam, o que me fez lembrar imediatamente da minha infância, onde eu jogava durante dias jogos nesse site. Não vou enrolar falando de toda a minha infância que passei nesse site, por isso vou direto ao ponto. Não tenho mais a minha conta no site que é "mykaehl" que no caso é meu nome: Mykaehl Albino Prochnow Silva, Brasileiro do parana. Estou abalado por perder a conta em que passei quase toda a minha infância jogando, onde nela estava logado o e-mail da minha mãe que foi a unica coisa que eu tenho dela depois da mesma ter fugido de casa roubando meu pai,minha tia e também seu chefe deixando nossa familia em dividas até hoje. Queria muito poder falar os sentimentos que eu tenho nessa conta. Posso falar sobre os jogos inúteis que tanto joguei como red crucible 2 "quando erra na versão antiga" strike force heros, um joguinho de ragdoll que não lembro o nome, dezenas de games que posso lembrar. Sei o e_mail que esta registrado, só que o grande problema é que eu NUNCA entrei nesse email, já que é da minha mãe. Nunca mais nos falamos depois dela ter me deixado, mas eu tinha o email, e como um idiota eu vinculava contas nele sem saber a senha "Na época eu não sabia o que realmente era um e-mail já que era pequeno" Até contatei minha mãe para tentar entrar, mas depois de tantos anos ela já não se lembra mais a senha. Posso falar o email, até chutar perto a senha, mas não consigo descobrir de forma alguma a senha. Sei que provavelmente não posso ser ajudado, mas eu ainda tenho esperança que ainda assim acha um modo de eu recuperar todos esses anos que eu vivi nesse site. Podem me fazer perguntas sobre a conta, posso mandar fotos do meu RG para mostrar que realmente é meu nome, eu posso provar de alguma forma que essa conta é minha? posso até sitar as poucas palavras que eu digitei no chat do site. Pss: Por favor alguém me ajuda.
ANSWERED

General direction for the stats of my game?

My game has many levels and each level has multiple achievements. Each level the player can get a number of achievements in the form of stars and compete for the best time in around 40 levels. I can see the typical stats system used for setting this up but I'm dealing with a lot of levels. Can anyone point me in a direction on what services Kongregate offers to set this up in an organized way? You can test the game here and beat the first level to get a sense of what I'm going for https://eddygames.itch.io/hippy-skate
ANSWERED

Contest requirments

What's the API that required to join the monthly contest, and how I can apply it on unity WebGL ?
ANSWERED

Making a Single Purchase available in Game

I am looking to add a way to purchase an in game currency called Diamonds in my game. I Just want 1 option to spend 10 Kreds to gain 1500 Diamonds. I am using Construct 3 which allows JavaScript. Currently: I load Kongregate API I have Auth stored in 'token' I have Username stored in 'username' On click this runs (Nothing happens when I test it on my Dev account) kongregate.mtx.purchaseItems(["1500 Diamonds"], onPurchaseResult); function onPurchaseResult(result) { console.log("Purchase success:" + result.success); diamonds = diamonds + 1500; } Looking for any guidance as to where I should go from here. I have been through docs.kongregate a lot and can't really piece it together. A snippet of JS code would help me the most as I could reverse engineer it to fit into my Game. Anything is helpful though.
ANSWERED

How do I use the API?

I am new at HTML programming and I am wondering how to use the statistics API. I looked at the docs at https://docs.kongregate.com/reference#client-api-stats-submit, but when I try to use them, the game that I made breaks. How do I fix it?
ANSWERED

Name of stats changed but not updating in preview

I changed them to read level1, level2 etc but when I look at the mode in the high scores section, I'm still seeing the old names.