Jump to content
McKay Development

Combine steam-user with steamcommunity


Ferdi342

Recommended Posts

  • 3 weeks later...

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-manager

You only set the cookies from the steam-user log in with steamcommunity

Edited by timgfx
Link to comment
Share on other sites

login with steam-user, listeon on webSession, set cookies for steamcommunity and steam-tradeoffer-manager

and 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 by timgfx
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...