Givdo / givdo_app_old

Givdo Multiplatform App
0 stars 0 forks source link

Login fail when user already authorized Givdo on Facebook #98

Open diegotoral opened 7 years ago

diegotoral commented 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.

Error message

FB.login() called when user is already connected.