Search code examples
facebookamazon-web-servicesmeteorfacebook-oauth

Facebook auth with pointer url


I have a domain name that points to an amazon instance. I am trying to get facebook authentication to work through my Facebook app. Unfortunately authentication through Facebook only works when a user goes directly to the url of the instance.

Ex: it works at my ec2-... url but not my domain url even though they share the same ip.

How can I solve this issue?


Solution

  • The problem originated in the use of an incorrect environment variable url within my deployment script.