Blue Posted August 31, 2017 Report Posted August 31, 2017 community.httpRequestPost({ "uri": "https://steamcommunity.com/profiles/" + client.steamID.getSteamID64() + "/ajaxsetshowcaseconfig", "form": { "appid": 730, "item_contextid": 2, "item_assetid": 11692952310, "customization_type": 4, "slot": 0, "sessionid": sessionID }, "json": true }, (err, response, body) => { console.log("err:", err); console.log("body:", body); }, "steamcommunity"); I'm trying to play a little with the profile showcases, the idea is to make a change in the item that are showed in a desired slot, but for some reason it doesn't work, all the data passed in the POST are definetely right, you guys have an idea on how to make it work? Quote
Blue Posted April 9, 2018 Author Report Posted April 9, 2018 (edited) if is anyone interested in this, i have managed to make it work by setting up the Steamcommunity session cookies in a request.jar(), and changed the URI to the target account vaniyUrl. Edited April 9, 2018 by Blue 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.