Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3386
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. You can't really reliably do it. There are some community endpoints that include app_data on the item description, which does contain def_index, but not all have that. steam-tradeoffer-manager isn't using IEconItems_440 because that's a TF2-specific interface and steam-tradeoffer-manager is meant to work with any Steam app.
  2. Yes, 76561198024816553 is a full SteamID, not an account ID. An account ID is what you see in a [U:1:46143802] ID (46143802 is the account ID).
  3. If you're fetching your time offset and it's 1, then your clock is correct. If you're still being told that your authenticator is invalid, then the secret must be wrong.
  4. No. When you sign into a site using Steam OpenID, the site only gets your SteamID and nothing more. Certainly not an access token. That's great. I'm still not going to help you compromise your own account.
  5. You need to provide the asset owner's SteamID as well. The linked repository only indicates that S is optional because you need either S or M (M is used for market listings).
  6. Giving an access token to a third-party site is effectively the same thing as giving them your username, password, and mobile auth code. I wouldn't recommend it.
  7. What's there is what Steam reports. I can't help you if the backend is returning bad data.
  8. The third-party typescript definitions haven't been updated for 2.11.0. Just suppress the error.
  9. Cannot reproduce. Are you on the latest version?
  10. Duplicate of several threads here: https://dev.doctormckay.com/forum/9-node-steam-tradeoffer-manager/
  11. That's the point. Enabling useAccessToken disable fetching an API key.
  12. Not that I'm aware of. I've heard, but not personally confirmed, that if you use an access token you still receive CS2 offers as normal.
  13. You need to call setCookies on the TradeOfferManager instance, not on the SteamCommunity instance. TradeOfferManager's setCookies also retrieves your account's API key.
  14. You just need to call setCookies each time the webSession event is emitted. You don't need to create a new TradeOfferManager or SteamCommunity.
  15. Use webLogOn() to get a new web session when that happens. It's a good idea to do that at least every hour or so as well.
×
×
  • Create New...