Guest Ino Posted November 20, 2017 Report Posted November 20, 2017 Can I find out if my mobile phone is tied to my account after login ? Quote
xLeeJYx Posted November 20, 2017 Report Posted November 20, 2017 https://github.com/DoctorMcKay/node-steam-user#getsteamguarddetailscallback Quote
Guest Ino Posted November 20, 2017 Report Posted November 20, 2017 (edited) https://github.com/DoctorMcKay/node-steam-user#getsteamguarddetailscallbacki use this but i get false in answer , not object client.getSteamGuardDetails( info => { console.log(info) }) // info == false i think answer is this--- client.getSteamGuardDetails( (enabled , enabledTime, machineTime , canTrade, twoFactorTime, hasPhone ) => { console.log(hasPhone) }) Edited November 20, 2017 by Ino Quote
xLeeJYx Posted November 21, 2017 Report Posted November 21, 2017 (edited) i use this but i get false in answer , not object client.getSteamGuardDetails( info => { console.log(info) }) // info == false i think answer is this--- client.getSteamGuardDetails( (enabled , enabledTime, machineTime , canTrade, twoFactorTime, hasPhone ) => { console.log(hasPhone) }) that is what you surposed to do .... you only put 1 callback function and it automatically is the first callback (steamguard activated or no) Edited November 21, 2017 by xLeeJYx Quote
Guest Ino Posted November 21, 2017 Report Posted November 21, 2017 that is what you surposed to do .... you only put 1 callback function and it automatically is the first callback (steamguard activated or no)I need to know about mobile phone number , not steamguard Quote
xLeeJYx Posted November 22, 2017 Report Posted November 22, 2017 I need to know about mobile phone number , not steamguardthe first callback is your steamguard details, and your first code only have 1 callback function which automatically is your steamguard details 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.