Skip to content

Setting the facebook scope wrongly documented #29

@bjunix

Description

@bjunix

The documented way of setting the permissions scope for facebook is:

SOCIAL_AUTH_FACEBOOK_EXTENDED_PERMISSIONS = ['email']

This was not working and after looking at the source code I found that it is working with:

SOCIAL_AUTH_FACEBOOK_SCOPE = ['email']

I guess we have a documentation bug here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions