Cubson Posted August 15, 2018 Report Posted August 15, 2018 "uri": "https://steamcommunity.com/comment/Profile/post/" + userID.toString() + "/-1", "form": { "comment": message, "count": 6, "sessionid": this.getSessionID() }, What's -1 in the end of the URI and what's "count" param? Quote
Dr. McKay Posted August 16, 2018 Report Posted August 16, 2018 My best guess is that it indicates that you want to post to a profile, not to a forum thread. Quote
Cubson Posted August 18, 2018 Author Report Posted August 18, 2018 (edited) My best guess is that it indicates that you want to post to a profile, not to a forum thread.So you think both /-1 and the count param are responsible for the same thing? Edited August 18, 2018 by Cubson Quote
Revadike Posted August 30, 2018 Report Posted August 30, 2018 Yeah, I've wondered this myself too. Have you tried changing the count parameter? Quote
Dr. McKay Posted August 30, 2018 Report Posted August 30, 2018 The count parameter is how many comments to return in the response. You could probably change it and it would work. Quote
Cubson Posted August 31, 2018 Author Report Posted August 31, 2018 The count parameter is how many comments to return in the response. You could probably change it and it would work.Oh, so it's about the new comments that appear after you send yours? 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.