halipso / php-steam-tradeoffers

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

Invalid Response #13

Closed DezarM closed 8 years ago

DezarM commented 8 years ago

Why always write "Invalid Response"? In index.php i change

$steam -> setup( 'a72e949c13f4751d3xxxxxxx', // session id value here 'sessionid=a72e949c13f4751d3xxxxxxx; steamLoginSecure=765611980927xxxxx%7C%7C4AC3F21A0E81E55A2FADAFD460E5BF09xxxxxx' );

and write

 $invent = array(
    'contextId' => 2,  
    'appId' => 730);
 $result = $steam->loadMyInventory($invent);      
 echo $result;

Ruselt:Invalid Response

no further changes to the script, I did not make. whether somewhere else something to add or change?