Jump to content
McKay Development

/ajaxsetshowcaseconfig


Blue

Recommended Posts

    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?

Link to comment
Share on other sites

  • 7 months later...

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