[Python-modules-commits] [python-social-auth] 42/322: Fixed docs
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:12:47 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 d6038b450b5de4b9d9134399e68e0d65e10e2ca6
Author: Anna Warzecha <anna.warzecha at gmail.com>
Date: Tue Nov 18 23:31:56 2014 +0100
Fixed docs
---
social/backends/khanacademy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/social/backends/khanacademy.py b/social/backends/khanacademy.py
index 0e76cc6..4865586 100644
--- a/social/backends/khanacademy.py
+++ b/social/backends/khanacademy.py
@@ -1,6 +1,6 @@
"""
Khan Academy OAuth backend, docs at:
- http://psa.matiasaguirre.net/docs/backends/facebook.html
+ https://github.com/Khan/khan-api/wiki/Khan-Academy-API-Authentication
"""
import six
@@ -84,7 +84,7 @@ class KhanAcademyOAuth1(BrowserBasedOAuth1):
Note that we don't use the AUTHORIZATION_URL.
- AUTHORIZATION_URL requires the following arguments:
+ REQUEST_TOKEN_URL requires the following arguments:
oauth_consumer_key - Your app's consumer key
oauth_nonce - Random 64-bit, unsigned number encoded as an ASCII string
in decimal format. The nonce/timestamp pair should always be unique.
--
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