Under rating threshold (hideshow)
Does your game need to be approved/checked out in order for this API to work? Local testing (obviously) and online testing both fail.
Ah, interesting - I think at the moment this function is a permission-only function. I had thought we had opened it up, but it appears not. Let me know if you'd like me to turn it on for one of your games. I'll update the text to reflect the permission-based nature of it for the time being. Thanks!
Under rating threshold (hideshow)
I also want to get permission for this function in my game.
I have added this function, but later I came to know that this is restricted.
Under rating threshold (hideshow)
I have put the same function in my code:
[code]
if(!kongregate.services.isGuest()){
kongregate.services.showShoutBox("I accidentally ate the whole thing!");
}else{
kongregate.services.showShoutBox();
}
[/code]
The game link is:
http://www.kongregate.com/games/fighter106/spectromancer-gamers-pack
I have been informed that I have been granted the permission to use this function, but I am still not able to see any shout box.
You can find the shout box button, on the main menu screen, [left bottom panel].
Thanks in advance.