Jump to content
McKay Development

inviteUserToGroup error code 400 ?


mrxbell

Recommended Posts

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 by mrxbell
Link to comment
Share on other sites

  • 4 weeks later...

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