
TotallyNotABOT
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
TotallyNotABOT reacted to Dr. McKay in Error: SteamGuardMobile
You can't use the same 2FA code twice. That means that effectively you can't login twice within 30 seconds.
That said, you don't have to. SteamUser will give you login cookies you can use with SteamCommunity.
client.on('webSession', function(sessionID, cookies) { community.setCookies(cookies); });