Jump to content
McKay Development

sentOfferChanged not working


Recommended Posts

1 hour ago, vinilllll said:

For me isn't working, did you made something to get to work again?

You need to update package to latest version and add useAccessToken: true to your constructor :)

Like this 

 

this.steamTradeofferManager = new steamTradeofferManager({
        domain: "localhost",
        language: "en",
        community: this.steamcommunity,
        pollInterval: steamTradeofferManagerPollInterval,
        useAccessToken: true
    });
Link to comment
Share on other sites

17 hours ago, loganWP said:

You need to update package to latest version and add useAccessToken: true to your constructor :)

Like this 

 

this.steamTradeofferManager = new steamTradeofferManager({
        domain: "localhost",
        language: "en",
        community: this.steamcommunity,
        pollInterval: steamTradeofferManagerPollInterval,
        useAccessToken: true
    });

nice helping people out 

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...