deepakaggarwal7 / react-social-login

MIT License
373 stars 142 forks source link

Facebook Login Issues #242

Closed christopher-becker closed 1 year ago

christopher-becker commented 1 year ago

Hi I am getting the following error.

FB.login() called before FB.init().

I used the example to implement, but it seems like the sequence is out when initiating facebook. Any idea what could be the reason?

christopher-becker commented 1 year ago

In the end it was missing the Facebook APP ID.

I had the ID in the ENV file, but it wasn't being read.