Ferdi342 Posted April 9, 2016 Report Posted April 9, 2016 Is it possible to login with steamcommunity and use steam-user, for example to talk in chat and accept/decline tradeoffers? Quote
cookie Posted April 10, 2016 Report Posted April 10, 2016 login with steam-user, listeon on webSession, set cookies for steamcommunity and steam-tradeoffer-manager Quote
timgfx Posted April 27, 2016 Report Posted April 27, 2016 (edited) I'm wondering the same, so you don't log in with steamcommunity? login with steam-user, listeon on webSession, set cookies for steamcommunity and steam-tradeoffer-managerYou only set the cookies from the steam-user log in with steamcommunity Edited April 27, 2016 by timgfx Quote
timgfx Posted April 27, 2016 Report Posted April 27, 2016 (edited) login with steam-user, listeon on webSession, set cookies for steamcommunity and steam-tradeoffer-managerand what do you mean with 'listeon on webSession'?--I think I've figured it out: client.logOn(login); client.on('webSession', function(sessionID, cookies) { community.setCookies(cookies); manager.setCookies(cookies); }); Edited April 27, 2016 by timgfx KindaIntellectual 1 Quote
Dr. McKay Posted April 27, 2016 Report Posted April 27, 2016 Yes, that's correct and will work. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.