Jump to content
McKay Development

Demby

Member
  • Posts

    15
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Demby got a reaction from kit4 in CSGO Float and Phase Market Prices 3rd Party API   
    Hi, 
     
    Does anyone know of a 3rd party API that can get the market prices and consider it's Float and Phase? Really appreciate answers.. Thanks.
    And does anyone know if Steamanalyst can track the prices of items with different Float and Phase ?
  2. Like
    Demby reacted to Dr. McKay in Steam Guard still prompts despite totp sometimes   
    You can provide a custom time offset to steam-totp when generating the code. Current time + 30 should work.
  3. Like
    Demby reacted to Dr. McKay in Steam Guard still prompts despite totp sometimes   
    You're trying to reuse a code, which doesn't work.
  4. Like
    Demby reacted to Dr. McKay in Technical-Know-How   
    1. For authenticating users through Steam's OpenID provider, you can use the attached PHP class. I don't know where it originally came from, but it works well (although it could benefit from being updated to use curl instead of file_get_contents). This particular version of it was edited by me to authenticate the return domain, otherwise you could be vulnerable to spoof attacks. For logging in a bot to Steam, you can use steam-user or steamcommunity. Or if you really want to, you can look at the source of those to see what they do to implement it yourself.
     
    2. It polls however frequently you tell it to. The rate-limit on the API domain is much higher than on the community domain. You can reasonably safely poll every 1-2 seconds, although for sake of being a good citizen, you probably don't want to do that.
    SteamSignIn.php
×
×
  • Create New...