-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getResourceOwner Question #6
Comments
It's chiefly a contextual thing. The context of the applications using this are things where they want to prove ownership of an SC2 account, and then get the associated details. Stuff like your clan, your profile image, that is relevant information in the context that this application is used. BattleTag... eh not so much. For the use-case of this the |
Yeah I understand, just in terms of unique user I need the battletag / id ... seems odd that |
It does return a unique user in the context of each provider. The person On Thu, Jan 14, 2016 at 5:28 PM, Gavin Staniforth notifications@github.com
Troy Pavlek |
The WoWProfile returns multiple characters so its not really unique as you can delete characters in the game.. However yes Im going to wrap it and make a second call against the |
That's perfectly reasonable - it might make more sense to query On Thu, Jan 14, 2016 at 5:33 PM, Gavin Staniforth notifications@github.com
Troy Pavlek |
Just ran into this, the wow endpoint returns a list of characters. But no Id's so nothing to identify a character by when it gets renamed or moves realm. Are there plans to add the battletag to the user object? |
Shouldn't the end point of this be https://eu.api.battle.net/account/user
The text was updated successfully, but these errors were encountered: