rikray_ Posted May 23 Report Posted May 23 (edited) In the first screenshot, the request with the token is executed and the offer is displayed. On the second screen only with the api key Edited May 23 by rikray_ mistake Quote
Modep Posted May 23 Report Posted May 23 3 hours ago, Dr. McKay said: This was an intentional change by Valve. hi. It does not respond when CS2 items are sent in the thread.(in dota2 and tf2 haven't error) how to fix ? steamTradeManager.on('sentOfferChanged', async function (offer, oldState) { console.log('New Trade | ID = ' + offer.id + ' | Status = ' + offer.state); }); Quote
Dr. McKay Posted May 24 Report Posted May 24 5 hours ago, Modep said: hi. It does not respond when CS2 items are sent in the thread.(in dota2 and tf2 haven't error) how to fix ? steamTradeManager.on('sentOfferChanged', async function (offer, oldState) { console.log('New Trade | ID = ' + offer.id + ' | Status = ' + offer.state); }); Enable the useAccessToken option. Quote
rikray_ Posted May 24 Author Report Posted May 24 16 hours ago, Dr. McKay said: This was an intentional change by Valve. Can you provide new option accessToken for this request? Quote
Modep Posted May 24 Report Posted May 24 8 hours ago, Dr. McKay said: Enable the useAccessToken option. ty fixed but now i need tradehistory for get newassetid and oldassetid after accept trade; this api not worked for cs2 how to fix him ? https://api.steampowered.com/IEconService/GetTradeHistory/v1/ Quote
Dr. McKay Posted May 24 Report Posted May 24 4 hours ago, Modep said: ty fixed but now i need tradehistory for get newassetid and oldassetid after accept trade; this api not worked for cs2 how to fix him ? https://api.steampowered.com/IEconService/GetTradeHistory/v1/ Either use getExchangeDetails or use your access token to access the WebAPI. Quote
Modep Posted May 24 Report Posted May 24 3 hours ago, Dr. McKay said: Either use getExchangeDetails or use your access token to access the WebAPI. ty fix. and i need help for get hight quality cs2 gun image... (gun image in game) how to get him ? have api or other method ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.