From cce61197b89ca965180a704c82ce4075056b5129 Mon Sep 17 00:00:00 2001 From: Chris Liu Date: Mon, 8 Aug 2016 22:15:41 -0700 Subject: [PATCH] Add manage research export app to config defaults --- courseraoauth2client/oauth2.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/courseraoauth2client/oauth2.py b/courseraoauth2client/oauth2.py index 01d454b..ad56024 100644 --- a/courseraoauth2client/oauth2.py +++ b/courseraoauth2client/oauth2.py @@ -536,6 +536,10 @@ def configuration(): client_secret = bUqKqGywnGXEJPFrcd4Jpw scopes = view_profile manage_graders +[manage_research_exports] +client_id = sDHC8Nfp-b1XMbzZx8Wa4w +client_secret = pgD4adDd7lm-ksfG7UazUA +scopes = view_profile manage_research_exports ''' cfg = ConfigParser.SafeConfigParser() cfg.readfp(io.BytesIO(defaults))