Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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|improve this question
1  
in your "App Domains" just put a.com. And have you tried leaving the Website with Facebook Login empty (not sure about this!)? if that didn't work, how about just adding a.com? – ifaour Oct 23 '12 at 19:49

1 Answer

up vote 0 down vote accepted

Yes, I do this on my site.

In the App Dashboard in the "Basic" tab, set:

App Domains to your-domain.com

Website with Facebook Login to http://your-domain.com

Then 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 test is a different file than the one on www

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.