Jump to content
McKay Development

timgfx

Member
  • Posts

    84
  • Joined

  • Last visited

Community Answers

  1. timgfx's post in Path must be a string. Received undefined was marked as the answer   
    I used 
     
    process.env = {}; at the start of my code. That broke stuff
  2. timgfx's post in What is TradeOffer.tradeID was marked as the answer   
    Its only set when offers are accepted. I am stupid, my bad
  3. timgfx's post in Is vanityURL emitted when the account doesn't have a vanityURL? was marked as the answer   
    Answer: No, I thought vanityURL was emitted whenever it was retrieved from steam.This was not the case, it is emitted if the vanityURL changes. So it will not emit at all, it will just be set at log in (SteamUser.vanityURL)
  4. timgfx's post in How to get discussions from group ? was marked as the answer   
    I don't think that's implemented. You could scrape instead. I suggest using the node modules request and cheerio
  5. timgfx's post in How to get steam inventory? was marked as the answer   
    NVM! I found out! AppID: 753, ContextID: 1 for Gifts, 3 for Coupons and 6 for Trading Cards, Backgrounds etc!
     
     
     
    http://api.steampowered.com/ISteamApps/GetAppList/v2
  6. timgfx's post in Is it possible to confirm trades on another device than the device Steam Authenticator was originally set up on was marked as the answer   
    Solved: Yes, as long as you have the identity secret
×
×
  • Create New...