capacitor-community / facebook-login

Facebook Login support
MIT License
98 stars 52 forks source link

Facebook login doesn´t work in ionic react #119

Open juliopaulo opened 1 year ago

juliopaulo commented 1 year ago

I've installed it capacitor in my project ionic-react5 and i've configured en project android. In the facebook login requesting only "email" , al app show "invalid scope : openid, email. this message only is showed to develpers"

sylvainpe commented 1 year ago

It worked for a while for me, then stopped working in production without any update or change...

sjregan commented 1 year ago

Same for me, it looks like Facebook has deprecated the openid scope but I cannot find any details regarding it. My app is not requesting the openid scope so I am not sure where it is coming from.

sjregan commented 1 year ago

I resolved the issue by creating a new Facebook app of type 'Consumer', the non-working app type was 'Business'.