I have multiple subdomains using Facebook Login. I found that when adding a new subdomain, adding it into App Domains list in Basic page does not enable it. Adding the subdomain into Domain Manager in Advanced page makes it work.
so question 1: what is the difference between the 2?
In another question, it says that App Domain is supposed to be where the 'server side' files are located at.
background for question 2:
I have an API and a client that uses the same Facebook app. I assume that the api's URL should be in App Domain. But for the client, all the subdomains actually use the same codebase. I use AWS CloudFront to manage the HTTP requests from all subdomains and have them use code from the same S3 bucket. So essentially, the code is actually hosted in the s3 bucket which has 'Website Hosting' enabled.
question 2: should I just add the s3 bucket hosting URL, and ignore the subdomain URL's?