Jump to content
McKay Development

allow users to send trades through web app?


Recommended Posts

I have a web app that allows users to sign in through steam and I store their user information and session id in my db after pulling their info from steam.

 

I can also pull their inventory data.

 

I'm trying to make it so users can send trade requests to my bots through my web app (not through the steam gui) as long as they are authed in.

 

I have users trade url and token as well as the inventory items (id and app id).

 

How can I leverage node steam trade offer manager to accomplish this? if at all? I know some websites do this (eg: csgolotto.com) etc. I

Link to comment
Share on other sites

So basically you want to show a user their inventory on your site, and have them pick items from their inventory, then have your bots send a trade offer for those items?

 

Yeah, that's the workflow I came up with on paper.

 

Essentially, have the user select items from their inventory (I'm assuming you just need the item id?). Send the list of items to the backend, assign a bot to the user, have the bot create an offer trade with the users list of the item id's that the previously sent.

 

The problem I encounter is do I need to first send a friend request to webpp/user before I can make a trade offer? Can't make a trade offer without being friends correct?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...