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 am trying out the Facebook PHP SDK example at https://github.com/facebook/php-sdk/blob/master/examples/example.php on a localhost XAMPP server.

Problem: When I click on the Login with Facebook button, I get an error on Facebook An error occurred. Please try again later..

Other than this, the rest of the example appear ok, showing the profile pic and profile name.

Any idea what is happening? Thanks!

share|improve this question

2 Answers

up vote 2 down vote accepted

Have you set up your URLs in the App? Such like Site URL and Site Domain? Otherwise we need more information on how you have set up your code.

share|improve this answer
+1, this is the most likely cause of that error I think – Igy Feb 17 '12 at 16:19
Hi, I setup the Site Domain as mydomain.com but was accessing through localhost. After uploading to mydomain.com and accessing from there, it works!! Now.. how do I add localhost as the site domain? Adding localhost give me the error localhost must be derived from your Site URL or your Mobile Web URL. – Nyxynyx Feb 17 '12 at 16:36
Right, if you want to add localhost (to your machine) you must forward your ports and then in the url and site domain you have to enter your dynamic IP and port number the connection will enter through. – Jack4 Feb 17 '12 at 19:53

Did you create a Facebook app and replace the example's appId and secret with your app's?

share|improve this answer
Yes I replaced with my appid and secret – Nyxynyx Feb 17 '12 at 15:29

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.