Open diegotoral opened 7 years ago
Every time a user clicks to login we call FB.login() without checking for the login status before. To fix this problem we must call login only when user has to authorize the app on Facebook.
FB.login()
Error message
FB.login() called when user is already connected.
Every time a user clicks to login we call
FB.login()
without checking for the login status before. To fix this problem we must call login only when user has to authorize the app on Facebook.Error message