2

I'm integrating Facebook with my app by following this link, everything works fine until I try to login via Facebook.

Then I'm keep on getting this error

enter image description here

This is my Facebook app setup:

enter image description here

I've tried several different ways of changing the app domain by following several tutorials.

I've tried:

  • leaving the app domain blank
  • adding localhost
  • adding localhost:3000

and none seems to be working.

halfer
  • 19,824
  • 17
  • 99
  • 186
sameera207
  • 16,547
  • 19
  • 87
  • 152

1 Answers1

3

You should try setting up a facebook login product. Then under settings place localhost:3000/users/auth/facebook/callback under Valid OAuth redirect URIs. That's what got it for me.

AaronG
  • 84
  • 8