xLeeJYx Posted October 4, 2017 Report Posted October 4, 2017 https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamUser#summary Quote
Gues_t Posted October 4, 2017 Author Report Posted October 4, 2017 https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamUser#summary Yes, i know. But can i use it? I can use steamID, but when in user other (summary, name and etc), it shows ne “undefined†Quote
xLeeJYx Posted October 4, 2017 Report Posted October 4, 2017 Yes, i know. But can i use it? I can use steamID, but when in user other (summary, name and etc), it shows ne “undefinedâ€show your code Quote
Vanilla Posted October 4, 2017 Report Posted October 4, 2017 How can i get my summary profile? var id = ""; //either SteamID Object or customURL after /id/ community.getSteamUser(id, function (err, user){ if (err){ console.log(err); //some error } else { console.log(user.summary); } }); Quote
Gues_t Posted October 5, 2017 Author Report Posted October 5, 2017 var id = ""; //either SteamID Object or customURL after /id/ community.getSteamUser(id, function (err, user){ if (err){ console.log(err); //some error } else { console.log(user.summary); } }); Thanx 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.