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 using Facebook PHP SDK with codeigniter.

When I login into facebook with app creator's id, Login functionality works fine. But when my friend login to facebook, Login functionality doesn't work.
It throws error on facebook page just saying 'An error occurred. Please try again later.'

share|improve this question

1 Answer

Issue was with facebook app's setting. I had set it on Sandbox mode. Because of it app was accepting all the test users and creator's facebook login but not the real world id.
After turning it off everything worked fine.

share|improve this answer

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.