viweres Posted July 4 Report Posted July 4 I can get the owned Games that the user has user.getUserOwnedApps([steamid], function (err, response) { if (err) { console.log(err.message); } else { console.log(response); } }); but I don't get the steam family games, how can I get the shared titles, what is the function? 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.