[Python-modules-commits] [python-social-auth] 02/131: get more data from battlenet

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:16:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.20
in repository python-social-auth.

commit 52a33a9324b1be4343fd1f61420a010ff5289d48
Author: Eric Carmichael <eric at ckcollab.com>
Date:   Tue Dec 8 05:02:20 2015 -0800

    get more data from battlenet
---
 social/backends/battlenet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/battlenet.py b/social/backends/battlenet.py
index ecf77a1..eefd2fa 100644
--- a/social/backends/battlenet.py
+++ b/social/backends/battlenet.py
@@ -45,6 +45,6 @@ class BattleNetOAuth2(BaseOAuth2):
     def user_data(self, access_token, *args, **kwargs):
         """ Loads user data from service """
         return self.get_json(
-            'https://eu.api.battle.net/account/user/battletag',
+            'https://eu.api.battle.net/account/user',
             params={'access_token': access_token}
         )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list