Facebook permisson - django-allauth

9 views
Skip to first unread message

Julo Waks

unread,
Aug 16, 2014, 11:39:38 AM8/16/14
to django...@googlegroups.com
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.
 
Reply all
Reply to author
Forward
0 new messages