ROUGHA May 10, 2018 @ 3:36pm
Changing Steam Nickname with Steam API
Hi there,
i'm a application developer and want interact with a given steam account.
My aim is to login to steam over my application and change the profile name (over Steam API).
Is it possible? Are there any suggestions? Maybe example code (i'm coding in javascript)?
Thanks in advance!
< >
Showing 1-3 of 3 comments
mimizukari May 10, 2018 @ 3:39pm 
Steam api only provides information, it doesn't give you access to the account, nor would you want it to... Many many ways to exploit that.
ROUGHA May 10, 2018 @ 3:41pm 
any ideas i could realize that? maybe with a desktop application?
MalikQayum May 11, 2018 @ 6:52am 
Originally posted by ROUGHA:
any ideas i could realize that? maybe with a desktop application?
you can use the browser protocol:
https://developer.valvesoftware.com/wiki/Steam_browser_protocol

or you can use steamkit2 and set the EpersonaStates that way.
https://github.com/SteamRE/SteamKit/blob/master/Resources/SteamLanguage/enums.steamd

so if you want to use js you need to use a port:
https://github.com/SteamRE/SteamKit/wiki/Ports

Last edited by MalikQayum; May 11, 2018 @ 6:53am
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: May 10, 2018 @ 3:36pm
Posts: 3