im working on localhost server for the development , i like to implement the fb Authentication
shown here but when i try the code in the examples ( with the login button )
i can’t see the button .
i set the hosts in my pc to http://www.mysite.com 127.0.0.1
im working on localhost server for the development , i like to implement the
Share
What URL did you specify in you app’s settings on facebook? Is it set to the correct mysite.com url there? What I do is I have 1 app for my dev environment, 1 for my test/qa environment, and 1 app for prod environment. This way I don’t have too worry about overlap or changing settings. Set once and forget. Maybe you could benefit from such a setup.