alixandru / q2a-open-login

Question2Answer Open Login plugin
62 stars 44 forks source link

Login with Facebook: Invalid Scopes #83

Open paulera opened 5 years ago

paulera commented 5 years ago

After click "Login with Facebook" and authenticate, it attempts to load my timeline with this popup showing image

Invalid Scopes: user_about_me, user_location, user_website. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions

Where can I fix it?

bertrandgorge commented 5 years ago

Should be fixed in the latest release - the scopes of the main providers are now defined in a unique place in qa-open-utils.php - facebook only includes 'email,user_about_me,user_location,user_website'. Tested on my setup without warnings, using the default configuration on Facebook dev.