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.

A `hosts` file is used to map hostnames to IP addresses on a TCP/IP-enabled computer.

learn more… | top users | synonyms

3
votes
2answers
2k views

Facebook Javascript SDK login problems in Chrome/Safari (webkit) - Unsafe Javascript attempt

Similar questions have been asked, but the solutions to those problems don't seem to help me. I've got a local development site set up running on a virtual machine: http://lamp.site When the ...
2
votes
3answers
302 views

Facebook login only works when hosts is set to localhost?

Unfortunately I keep getting this error: { "error": { "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.", "type": "OAuthException", ...
0
votes
0answers
277 views

Facebook host file entries being overwritten/deleted

I have a very odd problem occuring. I regularly block various websites using the hosts file, by pointing the domains to 127.0.0.1. What is very odd is that every day the "www.facebook.com" and ...
0
votes
3answers
203 views

Developing ASP.NET Facebook App Locally

I've searched around and found a lot of advice saying to modify the hosts file as such: 127.0.0.1 mydomainname.com I've done that, but my actual site at mydomainname.com is still being used. Any ...