Skip to content

Facebook SOCIAL_AUTH_FACEBOOK_SCOPE not working as expected #294

@imns

Description

@imns

I have

SOCIAL_AUTH_SCOPE = SOCIAL_AUTH_FACEBOOK_SCOPE = [
    'email',
    'manage_pages',
    'publish_stream'
]

In my settings file, but Facebook always returns {"error":{"message":"(#200) The user hasn't authorized the application to perform this action","type":"OAuthException","code":200}} with a status code of 403 when I try to modify a page.

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