Jump to content
McKay Development

p9rny

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by p9rny

  1. Presently there's no existing method to accept gifts.

    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);
    });
    
×
×
  • Create New...