Jump to content
McKay Development

greyjnr

Member
  • Posts

    2
  • Joined

  • Last visited

greyjnr's Achievements

  1. Great thank you! I noticed some items also have descriptions with values such as "( Not Tradable, Marketable or Usable in Crafting )". So aside from strictly matching "( Not Usable in Crafting )" do i have to worry about regexing for these other values or can I ignore this since I am pre-filtering out items according to the tradable key.
  2. I created a gist [https://gist.github.com/IggsGrey/7faef598e77cfc0609682ad9eb0cb66a] illustrating how to fetch a user's inventory and price individual items using backpack.tf's API. For fear of misleading anyone, I would like some help determining if the procedure for determining item prices is correct. I am doing this because I noticed there are so few examples and implementations of steam and pricing in PHP. For backpack.tf for instance, I found literally no example available for determining prices from steam's inventory API. Any pointers would be helpful to help other devs to not suffer the way I did. (non-steam user who had to develop a steam inventory pricing app)
×
×
  • Create New...