Jump to content
McKay Development

Recommended Posts

Posted (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 by xLeeJYx
Posted

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

Posted

I need to know about mobile phone number , not steamguard

the first callback is your steamguard details, and your first code only have 1 callback function which automatically is your steamguard details

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