Jump to content
McKay Development

Tayhayy

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Tayhayy reacted to Dr. McKay in Sharing the same steamcommunity across multiple workers   
    Your assumption is correct.
    You could either use IPC to call to the master process and do your steamcommunity work there, or use IPC in the master process to the worker processes to share your login cookies.
  2. Like
    Tayhayy reacted to Dr. McKay in [Suggestion] Steam Awards   
    Created an issue for this: Steam awards · Issue #271 · DoctorMcKay/node-steamcommunity (github.com)
  3. Like
    Tayhayy reacted to Dr. McKay in Getting the ID of the account im currently logged in with   
    My mistake, I didn't pay close enough attention to your callback. The first argument to the callback function needs to be err; the second is user.
  4. Like
    Tayhayy reacted to Dr. McKay in Getting the ID of the account im currently logged in with   
    Get rid of the object. You should just be doing this: account1.getSteamUser(account1.steamID, function (user) {
  5. Like
    Tayhayy reacted to Dr. McKay in Getting the ID of the account im currently logged in with   
    You want your ID or your custom url? Those are two different things.
    Your SteamID is available as account.steamID. To get your custom URL, you should call getSteamUser() on your own steamID and check the custom URL in the returned object.
×
×
  • Create New...