Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3564
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://www.doctormckay.com

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

48453 profile views
  1. You've got some problem with your proxy being unable to connect to Steam, it seems.
  2. The string you pass to httpProxy needs to start with http:// createConnection is not a valid option for the SteamUser constructor. To use a SOCKS proxy, you should use the socksProxy option.
  3. It may not be enabled on that phone, but it's enabled somewhere.
  4. I'd guess your refresh token is probably expired or now invalid.
  5. You clearly already have MFA enabled if it's asking for an MFA code.
  6. Can't be done. You can get a web logon nonce from https://steamcommunity.com/chat/clientjstoken but that's not the same thing as a refresh token for the client; you have to send that as web_logon_nonce in the CMsgClientLogOn message.
  7. You would need to download and parse items_game.txt, look up the sticker by its sticker_id, then fetch your appropriate language file to translate the localization key into an actual name.
  8. It's a Date object. You can use its UTC methods to manipulate the object in UTC/GMT.
  9. Market confirmations have existed for a very long time. You can use node-steamcommunity to accept them.
  10. It's fine in this case, don't worry about it.
  11. Those xml endpoints are pretty unreliable and anything that uses them should probably be considered deprecated. Using the WebAPI for anything that it covers is going to be your best bet.
  12. Why would you need to authenticate? Just use an API key.
×
×
  • Create New...