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 using codeigniter 2.1.2 and facebook api php sdk 3.1.1 (last versions) I used the way at this link

that exist at the answer. but when I try to login its worked for me only (when I'm using my facebook account). otherwise when anyone try to log in this message appear:

An error occurred with logging in to site. Please try again later.‏

this is the link at my website: http://www.tahainshad.com/login4

these are my app settings..

enter image description here

enter image description here

share|improve this question
You need to get your application approved from Facebook for it to be visible publicly. – Ali Gajani Jul 25 '12 at 4:18

1 Answer

You have to add tahainshad.com to the app domains field. Giving the top level domain is enough, facebook will accept redirects to any subdomain of that (like www.).

share|improve this answer
Thank you very much. Now the process is working successfully. I've another question please, how do I make a request registration information pop-up window, instead of redirecting to a page on Facebook? – زهير طه Jul 25 '12 at 10:04
It's done with the Facebook Javascript SDK, once you got that setup, use the FB.login() method. Please see the client side authentication page of the documentation. – complex857 Jul 25 '12 at 10:08

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.