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'm working on getting the fb.logInStatus to work and I pulled up a question someone previously answered about it that suggested that sandbox mode be disabled. I did that and then I got an error on the facbook app settings page that says Error

App Domains: `http://localhost:80/controllers/index.php` should not contain protocol information.

Why is it suddenly rejecting the 'http' in disabled sandbox mode? what does that mean?

share|improve this question
“should not contain protocol information” – is that message not very very clear all in itself already? – CBroe Sep 24 '12 at 7:41

closed as not constructive by CBroe, Florent, ronalchn, Luksprog, raina77ow Sep 24 '12 at 9:53

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

If you're filling in the 'app domains' field, it should contain a domain which matches your 'website' or 'app on facebook' url - e.g. it should be 'something.com', without protocol identifier, and no path. Just the domain.

This won't work with localhost except for testing purposes in sandbox mode. (how would it work for any other user if the code is on your machine?)

share|improve this answer

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