Jump to content
McKay Development

Andrei Elvis

Member
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Andrei Elvis reacted to Dr. McKay in sentOfferChanged is not firing. The bot can send offer though   
    You need to enable the useAccessToken option or trades containing CS2 items won't appear.
  2. Like
    Andrei Elvis got a reaction from Vanilla in how can i get the token in the offerURL   
    To get just the token from a tradeurl you can use this example:
    var tradelink = 'https://steamcommunity.com/tradeoffer/new/?partner=6969696969&token=testtest123'; var token = tradelink.split('token=')[1]; console.log(token); //OUTPUT: testtest123
×
×
  • Create New...