I have an app server (app.a.com) and a test server (test.a.com). I set “App Domains” as “*.a.com”. How do I set “Website with Facebook Login” so that both server will work?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, I do this on my site.
In the App Dashboard in the “Basic” tab, set:
App Domainsto your-domain.comWebsite with Facebook Loginto http://your-domain.comThen your app URLs will look like this:
http://www.example.com/php_sdk/get_user_feed.php
and
http://test.example.com/php_sdk/get_user_feed.php
Where get_user_feed.php in subdomain
testis a different file than the one onwww