Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3615
  • Joined

  • Last visited

Contact Methods

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

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

49443 profile views
  1. It's based on whether Steam reports if you have a wallet or not. I believe it becomes true the first time you fund your wallet (and thus set a currency for it).
  2. Just add 2FA the same way you would if you had a phone number. The code gets sent to your email instead of your phone.
  3. https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamUser#commentmessage-callback
  4. A trade that's reversed during Trade Protection will go to status 12 in GetTradeHistory and GetTradeStatus.
  5. Or you could just use GetTradeStatus which takes a tradeid as input?
  6. I don't know; you'll have to look for yourself.
  7. You need to update node-steamcommunity and call acknowledgeTradeProtection() on each account.
  8. Moved to correct forum - this was in an update to node-steam-session, not node-steam-user. As far as I've seen, this parameter is present for any GET request issued by the mobile app to the WebAPI. Confirmations don't go through the API so it's not present for those requests. In practice, the only request that origin=SteamMobile is added to in steam-session is the initial GetPasswordRSAPublicKey request as that's the only GET request issued when using EAuthTokenPlatformType.MobileApp.
  9. There's no reason it wouldn't, a counter-offer is a new trade offer like any other.
  10. As you've figured out, the actual trade offer stays in the Accepted state, but the underlying trade gets rolled back. steam-tradeoffer-manager doesn't poll GetTradeHistory at all right now, so adding support for detecting these rolled back trades would incur additional requests. I'm still working on thinking of the best way to go about this, but for now I suggest you do your own GetTradeHistory polling.
  11. https://github.com/DoctorMcKay/node-steamcommunity/releases/tag/v3.49.0 As far as I can tell, clicking that button in the popup (which is what acknowledgeTradeProtection() does) is all that's needed, and it only needs to be done once per account. If you've already clicked the button on the account(s) you use to trade, you shouldn't need to do anything more.
  12. Probably a GC limitation. You should wait until the item modified event is emitted after adding or removing an item before moving on to the next one.
×
×
  • Create New...