MA
Asked
Hello. I am getting the following error while login with facebook.
"Invalid Scopes: user_birthday. 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"
"Invalid Scopes: user_birthday. 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"
- MSAnsweredHello,
Your app should be approved to use `user_birthday` scope.
Thank you - MAAnsweredif i dont need user_birthday, how can I remove it?
- MSAnsweredIn the config file, where you have enabled facebook and set the app id and secret. Scopes are there too.
- MAAnsweredWhen I remove it I get the error in the picture.Attachments
- MAAnsweredBut If I keep it I get the following error.Attachments
- MSAnsweredHello,
You can check the log file in `app/logs/`
The scopes can be set in config file as you need. You should submit the app for approval and only then use it for production.
Thank you - Login to Reply