Jump to content
McKay Development

p9rny

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by p9rny

  1. i tried https://github.com/DoctorMcKay/node-steamcommunity/wiki/HTTP-Hooks but i don't get it working -.- Got web session { [Error: HTTP error 404] code: 404 } community.httpRequestPost("http://steamcommunity.com/gifts/"+"giftid"+"/acceptunpack", (err, response, body) => { if (err) { console.log(err); process.exit(); } console.log(body); });
  2. hey i searching a way /method to accept and activate gifts i hope theres a better way as to use cookies and do requests -.-
  3. twoFactorCode: SteamTotp.generateAuthCode(config.client1.secret) -> twoFactorCode: SteamTotp.generateAuthCode(config.client2.secret)
×
×
  • Create New...