
SteamUs1
-
Posts
15 -
Joined
-
Last visited
Reputation Activity
-
SteamUs1 reacted to researcher in Get Access_Token with Steam User
I don't know if you can get an access token directly with node-steam-user, but you can at least listen to 'webSession' event, get cookies and find steamLoginSecure there. steamLoginSecure actually contains access token, so you can extract it. Format of steamLoginSecure is `steamId + "%7C%7C" + accessToken`
-
SteamUs1 reacted to Dr. McKay in Missing mention of the “getUserInventoryContents” method
https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamUser#getinventorycontentsappid-contextid-tradableonly-language-callback
-
SteamUs1 got a reaction from Dr. McKay in Obtaining SteamLogin Secure Token
Topic is irrelevant, I found the post where steam session is explained. Thank you