Reputation: 992
I've posted this on Facebook developers forum, but things seem to move slowly over there and support is scarce so I'm trying stackoverflow:
I have a website using FB login button. My architecture is kind of simple:
I have a domain (let's call it example.com) on whois.com. My application is running in an EC2 instance inside Amazon with an elastic IP (let's call it 1.2.3.4). I configured domain forwarding on whois.com, so all requests to example.com* are forwarded to 1.2.3.4*. Everything works fine except that I cannot configure Site URL and Site Domain correctly. I get "API Error Code: 191" with every configuration I've tried...
It works if I use the EC2 public DNS address, but I obviously don't want to use that...
Anyone know what should be the correct Site URL and Site Domain?
Upvotes: 0
Views: 773
Reputation: 29083
Site domain has to match the domain that appears in the address bar of the user's browser when they are interacting the Facebook-related parts of your site.
Upvotes: 1