Jump to content
McKay Development

Ultra_Om

Member
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ultra_Om's Achievements

  1. refreshToken when revoked has eruslt: 26, but will this error occur when logging out of all Steam devices or deleting a Steam account? also on account with no steam guard it gave me much more than 200 days token alive "exp": 1779515339 I just want to know that user revoking his refreshToken on purpose (for example by https://api.steampowered.com/IAuthenticationService/RevokeToken/v1/), so I can react correctly based on this. Can a token be revoked for other reasons by Steam if you use the account normally?(No security reasons)
  2. There are no alternative ways, or at least find out the number of days left? Send offer, extract data, then cancel offer.
  3. Have you done any tests? Accounts can be used from outside, only tradeoffers will come from my server.
  4. Hi, does anyone know if there are any rate limits or bans on sending trade offers via https://steamcommunity.com/tradeoffer/*? In my case, trade offers are being sent from a cluster on behalf of different accounts, with correct friendly headers and native cookies, but from a SINGLE IP address. I had prefer not to use proxies, since Steam sometimes reacts unpredictably to certain ones, which could have negative consequences for the account. thanks 💪
  5. I'll check. Is it still possible if I can operate only with user cookies and openid data? No login or password for me
  6. Hi There is a part of the steamLoginSecure cookie called access_token. It is used for some operations with trades. I have all the necessary cookies like sessionid, steamLoginSecure, tradeEligibility and others. My problem is that the lifetime of access_token is about 23-24 hours. I would like to know if there are options to extend access_token ? Maybe steam responds to some requests by updating the session? I did not find any. In decrypted form, the time of the "exp" token before and after is the same The only way that always works is to logout/login flow, so steam gives new cookies, but this does not suit me
×
×
  • Create New...