keppelen / react-facebook-login

A Component React for Facebook Login
1.18k stars 406 forks source link

Facebook login button doesn't able to load SDK #325

Closed dd0xin closed 3 years ago

dd0xin commented 3 years ago

We integrated the facebook-login-button into our projects, but today it stopped working for unknown reasons. I use FacebookLogin from react-facebook-login/dist/facebook-login-render-props and see isSdkLoaded always false. What happened here?

facebook-login-button: ^4.1.1, react: "^16.13.1",

UPDATE: https://developers.facebook.com/status/issues/492652922187445/ Thanks @sneakersgames for update

cauebarreira commented 3 years ago

We are facing the same problem here.

abStack-pk commented 3 years ago

Same issue

fjuriolli commented 3 years ago

Same thing here, it was working yesterday though

denys-zarubin commented 3 years ago

same thing

phbernard commented 3 years ago

I can see:

image

The second call is strange. Once decoded, the URL is:

https://www.facebook.com/common/scribe_endpoint.php?c=jssdk_error&m={"error":"LOAD", "extra": {"name":"Error","line":"undefined","script":"undefined","stack":"Error: Module FB has not been defined
    at j (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:295)
    at k (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:977)
    at Object.<anonymous> (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:47:61)
    at j (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:793)
    at k (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:977)
    at Object.n [as __d] (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:1294)
    at Object.<anonymous> (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:47:1)
    at https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:186:452
    at https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:186:467","revision":"1003714696","namespace":"FB","message":"Module FB has not been defined"}}
alshakero commented 3 years ago

I'm getting the same thing with vanilla FB SDK. Doesn't seem to be an RFL issue.

romatallinn commented 3 years ago

I'm not sure regarding SDK, but the button visually looks disabled for me. Is this the problem for others as well?

sneakersgames commented 3 years ago

Issue @ Facebook; follow the status here: https://developers.facebook.com/status/issues/492652922187445/

maitzeth commented 3 years ago

I'm not sure regarding SDK, but the button visually looks disabled for me. Is this the problem for others as well?

same here, yesterday was working perfectly

Stavya1993 commented 3 years ago

I'm not sure regarding SDK, but the button visually looks disabled for me. Is this the problem for others as well?

Yes, facing the same issue for the last couple of hours. Have a bunch of users who arent able to use the app!

akshaybande81 commented 3 years ago

same issue.

arielhernandezmusa commented 3 years ago

Same issuse here

arturhaddad commented 3 years ago

Relieved to know it's not only here

yg-yash commented 3 years ago

Same Issue Tried two sdks

ibrahimyaacob92 commented 3 years ago

same issue.. cannot login !!!

kisstamasj commented 3 years ago

same issue, it seems like the button is disabled, and I can't click on it.

cauebarreira commented 3 years ago

Apparently, it's working again here.

arturhaddad commented 3 years ago

It's working again here too

kisstamasj commented 3 years ago

it's working for me too.

dd0xin commented 3 years ago

Issue resolved by Fscebook team