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 have integrated Facebook login into my website.

This is the code that I used:-

<a rel="facebook-connect" title="Facebook Connect" href="http://www.mysite.com/index.php/facebook/customer_account/connect/"><img src="<?php echo $this->getSkinUrl('images/flogin.png') ?>" /></a>

It works fine when I tried it in localhost by replacing href="http://localhost/magento/index.php/facebook/customer_account/connect/"

But when I integrated it in the live website, it redirects me to a blank page with the url below:-

www.mysite.com/index.php/facebook/customer_account/connect/

After that nothing happens.Is this issue is related with above url or site url or anything other?

My app settings are:-

  • Site URL :- http://www.mysite.com/
  • Site Domain :- mysite.com
share|improve this question
What is <a rel="facebook-connect"? Who processes it? – zerkms Jun 9 '12 at 8:20
i didn't understand your question? would you please elaborate it? – David Jun 9 '12 at 8:41
somethins is missing here..sorry for that..i m updating that. – David Jun 9 '12 at 8:43
Now it's ok.... – David Jun 9 '12 at 8:44
yes. So you've put the link <a rel="facebook-connect" ... who and how processes the click handler? This code itself wouldn't connect user to facebook automagically – zerkms Jun 9 '12 at 8:47
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.