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.
I have
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.