[Python-modules-commits] [python-social-auth] 03/131: revise info for account id and new https requirement

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 7013a389cd88bdfe893a5efa6d5856a589b61e31
Author: Eric Carmichael <eric at ckcollab.com>
Date:   Tue Dec 8 05:08:15 2015 -0800

    revise info for account id and new https requirement
---
 docs/backends/battlenet.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/backends/battlenet.rst b/docs/backends/battlenet.rst
index 65a1ac0..db6a842 100644
--- a/docs/backends/battlenet.rst
+++ b/docs/backends/battlenet.rst
@@ -19,12 +19,16 @@ enable ``python-social-auth`` support follow this steps:
         ...
     )
 
-Note: The API returns an accountId which will be used as identifier for the
-user.  If you want to allow the user to choose a username from his own
+Note: If you want to allow the user to choose a username from his own
 characters, some further steps are required, see the use cases part of the
-documentation.
+documentation. To get the account id and battletag use the user_data function, as
+`account id is no longer passed inherently`_.
+
+Another note: If you get a 500 response "Internal Server Error" the API now requires `https on callback endpoints`_.
 
 Further documentation at `Developer Guide`_.
 
 .. _Battlenet Developer Portal: https://dev.battle.net/
 .. _Developer Guide: https://dev.battle.net/docs/read/oauth
+.. _https on callback endpoints: http://us.battle.net/en/forum/topic/17085510584
+.. _account id is no longer passed inherently: http://us.battle.net/en/forum/topic/18300183303

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