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 = {
thanks in advanced.
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 = {
thanks in advanced.