Max Yari Posted June 27, 2016 Report Posted June 27, 2016 Hello there, thanks for awesome node.js module! I want to implement inter-bot trade offers communication. So bots can automatically send items to each other.Therefore i need to store trade offer credentials of bots, to send them trade offers and to validate incoming trade offers through "accountid_other" field.It does not seems that login flow returns this details, so how can i get em? Quote
Dr. McKay Posted June 27, 2016 Report Posted June 27, 2016 The "partnerid" is just the accountid part of your SteamID: var partnerid = community.steamID.accountid; You can use steam-tradeoffer-manager to get the token. Quote
Max Yari Posted June 27, 2016 Author Report Posted June 27, 2016 (edited) Oh, great! It seems that's everything that i will need, will try it out. Thanks a lot, Dr. McKay! Edited June 27, 2016 by Max Yari 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.