halipso / php-steam-tradeoffers

Steam Trade Offers for PHP (based on node.js library by Alex7Kom)
77 stars 31 forks source link

Is this still works? #21

Closed collobock closed 8 years ago

collobock commented 8 years ago

I always get "Invalid Response". var_dump($response) in _loadInventory() func show me "non-logged" page.

emdy commented 8 years ago

Use ../profiles/{steamid}/inventory/json/730/2/?trading=1 and got all the stuff what you need with php(json_decode and array_shift)