[Python-modules-commits] [python-social-auth] 121/322: Include username in Reddit extra_data

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:12:57 UTC 2016


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

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

commit 9c24e1b792f6434779b249e52bc500f6422f81dc
Author: Chris Martin <ch.martin at gmail.com>
Date:   Fri Feb 13 21:23:05 2015 -0800

    Include username in Reddit extra_data
---
 social/backends/reddit.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/social/backends/reddit.py b/social/backends/reddit.py
index e40598e..62ac42c 100644
--- a/social/backends/reddit.py
+++ b/social/backends/reddit.py
@@ -20,6 +20,7 @@ class RedditOAuth2(BaseOAuth2):
     SEND_USER_AGENT = True
     EXTRA_DATA = [
         ('id', 'id'),
+        ('name', 'username'),
         ('link_karma', 'link_karma'),
         ('comment_karma', 'comment_karma'),
         ('refresh_token', 'refresh_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