Skip to content

master add SCOPE_SEPARATOR to DisqusOAuth2#398

Merged
omab merged 1 commit intoomab:masterfrom
cansadadeserfeliz:master
Sep 25, 2014
Merged

master add SCOPE_SEPARATOR to DisqusOAuth2#398
omab merged 1 commit intoomab:masterfrom
cansadadeserfeliz:master

Conversation

@cansadadeserfeliz
Copy link
Copy Markdown

Adding SCOPE_SEPARATOR to social.backends.disqus.DisqusOAuth2.

According to Disqus OAuth 2 documentation it can receive scope parameters separated by comma:

Location: https://disqus.com/api/oauth/2.0/authorize/?
client_id=PUBLIC_KEY&
scope=read,write&
response_type=code&
redirect_uri=http://www.example.com/oauth_redirect

https://disqus.com/api/docs/auth/

So, for example, one can add email to scope parameters end obtain user's email as extra data.

omab added a commit that referenced this pull request Sep 25, 2014
master  add SCOPE_SEPARATOR to DisqusOAuth2
@omab omab merged commit bcfcb9f into omab:master Sep 25, 2014
@omab
Copy link
Copy Markdown
Owner

omab commented Sep 25, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants