views:

65

answers:

2

I'm trying to add facebook connect button to my ZF web site. After i click on FB connect button the popup with email and password fields opens. But when i send email and password to login with facebook the popub don't close and reload the same page where the facebook connect button was. Any idea? Sorry for my english ..

A: 

If you have done everything else correctly then for sure, it is because the page where have put fb connect button code, is not able to read the xd_receiver file.

Correctly specify that file please or put below line somewhere inside the body tag:

script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js" type="text/javascript"> /script

Sarfraz
A: 

If you have uploaded the xd_reciever file in the correct location, just double check you can actually access it with your browser and your web server configuration doesn't prevent it. I had this issue and it was because my web server was configured to ignore resources at that particular path.

lrussell