Closed SugiKent closed 3 years ago
If you are reading README.md in master
branch then it's probably wrong/outdated.
I never cared for consoles since I don't own one so that's why example code was only tested for pc players.
But If I got it right userId
is account id and id
is id for player in specific platform. So you should use id
here.
Thanks for your answer ! I plan to update README.md and create PR later to use of.
I think you only need userId
if you want to find linked accounts (steam, uplay for example), but to check stats you want to use id
.
Thanks for useful library ! I want to know the difference of id and userId that would be fetch by
getId
. Because, I can't fetch the correct Stats with 'psn' by usinguserId
.For example,
By using
userId
, It's not correct.By using
id
, It's correct.The behavior is different from example code in README.md. Which id should we use ?