Closed ghost closed 8 years ago
CONSOLE:( http://imgur.com/gNLm9XD ) Idk whats the problem 7 days cant be couse i use totp... Maybe i am doing this wrong?
function weblogon() { steamClient.webLogOn(function(newCookie) { offers.setup({ sessionID: sessionID, webCookie: cookies, APIKey: '2BD989okjusttonotgetfuckedD86EF3F1' }, function(err) { if (err) { } }); }); }
Make sure you do any library calls after setup().
setup()
CONSOLE:( http://imgur.com/gNLm9XD ) Idk whats the problem 7 days cant be couse i use totp... Maybe i am doing this wrong?
function weblogon() { steamClient.webLogOn(function(newCookie) { offers.setup({ sessionID: sessionID, webCookie: cookies, APIKey: '2BD989okjusttonotgetfuckedD86EF3F1' }, function(err) { if (err) { } }); }); }