N4d!r Posted July 29, 2016 Report Posted July 29, 2016 Hello,im trying to confirme trades using php and curl https://steamcommunity.com/mobileconf/ajaxop?op=conf&p=android:{DevideID}&a={SteamID}&k={CurrentMobileGuardCode}&t={Time}&m=android&tag=conf&cid={TradeofferID} but i get this response {"success":false} maybe you guys can help with the parameters and the link to get it to work Quote
Dr. McKay Posted July 29, 2016 Report Posted July 29, 2016 k isn't your 5-character code, it's a base64 code that's generated using a different algorithm: https://github.com/DoctorMcKay/php-steam-totp/blob/master/SteamTotp.php#L29-L45 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.