I have this problem,
i am working in an app that uses django-allauth for login with facebook.
When i ask for login i need to ask for publish_stream scope.
In local environment this work great.
In production does not.

Does anyone have a clue?

here my settings/base.py

SOCIALACCOUNT_PROVIDERS = {
>     'facebook': {
>         'SCOPE': ['email', 'publish_stream'],
>         'METHOD': 'oauth2'  # instead of 'oauth2'
>     }
> }


thanks in advanced.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKSEZ1GYWVyr%2Bjmjw1ZtA1K8Uec3%3DMWPyeHcQfbvLct%2BmstMzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to