mrxbell Posted October 9, 2017 Report Posted October 9, 2017 (edited) this.community.inviteUserToGroup("steamID", "groupID", function(err){ console.log ("------------------------"); console.log(err); // HTTP error 400 console.log ("------------------------"); }); Sometime i recived err == null (success) . Thanks ! Edited October 9, 2017 by mrxbell Quote
Revadike Posted November 5, 2017 Report Posted November 5, 2017 I have the same problem. Every time! I'm inviting as soon as we are friends. Maybe that's the problem? Maybe we need to be friends for an x period of time? What do you think? Quote
Guest Ino Posted November 9, 2017 Report Posted November 9, 2017 In order to invite a person to the group, you must be friends with himTry to invite this person using the steam client Quote
Revadike Posted November 9, 2017 Report Posted November 9, 2017 (edited) In order to invite a person to the group, you must be friends with him Try to invite this person using the steam client Yes, I know about the friends requirement that has been implemented recently. Inviting using node-steam-user works, but not using node-steamcommunity. There must be some issue there. Edited November 9, 2017 by Royalgamer06 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.