socket.io - Steam Web Api Authenticate HTTP Request Error -


i game developer unity , socket.io. want use steam api in order check client have ownership of game. want use steam web api. send test request because don't know format of response.

https://api.steampowered.com/isteamuserauth/authenticateuserticket/v1/ ?key=6**********&appid=22****&ticket=14000c9763018bf35***** 

and got error this.

{     "response": {         "error": {             "errorcode": 3,             "errordesc": "invalid parameter"         }     } } 

i can't find why parameter wrong. tried day finding error couldn't ㅠㅠ


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -