capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 54 forks source link

Facebook doesn't support anymore htpp but https only. #41

Closed mistersouls closed 3 years ago

mistersouls commented 3 years ago

I tried to Facebook login with my browser and it raises the method FB.login can no longer be called from http pages.

I think it is no longer possible to test Facebook login in development test like http://localhost because I created an app and users test but I was not able to disable enforce https .

Thanks

rdlabo commented 3 years ago

Facebook require https default: https://stackoverflow.com/questions/49400199/does-facebook-sdk-require-https

Are you angular user?? you can use ssl flag. Thanks.