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 want to add a 'login with facebook' in my site. But I am confused in registering my site in facebook apps. What should I input to App domain when I registering the web site?

share|improve this question

4 Answers

up vote 0 down vote accepted

I think it is the domain that you run your app.

For example, your canvas URL is facebook.yourdomain.com, you should give App domain as .yourdomain.com

share|improve this answer
ok thanks I'll try – Priyanga Dec 20 '11 at 11:04
1  
my url is ec2-46-51-248-9.ap-northeast-1.compute.amazonaws.com:9090/… you tell me what would i put in app domain – Invincible Apr 3 '12 at 11:43

To add to the answers above, the App Domain is required for security reasons. For example, your app has been sending the browser to "www.example.com/PAGE_NAME_HERE", but suddenly a third party application (or something else) sends the user to "www.supposedlymaliciouswebsite.com/PAGE_HERE", then a 191 error is thrown saying that this wasn't part of the app domains you listed in your Facebook application settings.

share|improve this answer

it stands for your website where your app is running on. like you have made an app www.xyz.pqr then you will type this www.xyz.pqr in App domain the site where your app is running on should be secure and valid

share|improve this answer

I think it's just the domain of your site (e.g. example.com)

share|improve this answer
ok thanks I'll try – Priyanga Dec 20 '11 at 11:04

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.