Jump to content
McKay Development

DLC-EM_exchangebot

Member
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    DLC-EM_exchangebot reacted to PonyExpress in Trade URL   
    Get your trade offer url:
            community.getTradeURL((ERR, URL) => {             if (ERR) {                 console.log(ERR);             } else {                 console.log(URL);             }         });  
    Get another user's trade offer url - I don’t think it is possible. But you can send a counter offer:
    The user sends you any trading offer You make a counter offer: manager.on("newOffer", (OFFER) => {     let trade = OFFER.counter(); Usage example:
    << Just send me a trade offer by using this link: https://steamcommunity.com/tradeoffer/new/?for_tradingcard=470480_10&partner=192485611&token=Fj1qrxzG  . In a few seconds, you will have a new trade offer from me. >>
    You will not be able to inform the user about the error if he is not in the list of your friends.
    For this test to work you must have 10-20 cards, public profile, public inventory etc. Otherwise, you will not receive any response.
×
×
  • Create New...