jafix Posted June 11, 2017 Report Posted June 11, 2017 Hi, I want to verify if a trade url belongs to an user, I have both the steamid64 and the trade url with access token. How would I do this without creating an offer and checking if the steamid64 I have matches offer.partner.getSteamId64();? Thanks Quote
Dr. McKay Posted June 12, 2017 Report Posted June 12, 2017 Creating the offer is probably the easiest way to do it. You don't have to send the offer. Quote
jafix Posted June 12, 2017 Author Report Posted June 12, 2017 Creating the offer is probably the easiest way to do it. You don't have to send the offer. I got it working. Is there a rate limit on creating offers? (Not sending them) Quote
Dr. McKay Posted June 12, 2017 Report Posted June 12, 2017 No, as there's no requests to Steam involved in just creating a TradeOffer object. It all happens locally in memory, up until you send it (or call getUserDetails). 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.