Steam Web API - User Stats - Failed Validation -


i trying update user stats in game using following post method:

https://api.steampowered.com/isteamuserstats/setuserstatsforgame/v1/?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&steamid=xxxxxxxxxxxxxxxx&appid=xxxxxx&count=1&name[0]=total_kills&value[0]=1

the response getting is:

{     "response": {         "result": 8,         "failedvalidation": [         {             "name": "total_kills"         }         ]     } } 

the stats have added game in steam dashboard , have been published. game not live steam id using, has game in library. doing wrong?


Comments

Post a Comment

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

javascript - Angular2 intelliJ config error.. Cannot find module '@angular/core' -