我已将Facebook登录集成到我的网站中。
这是我使用的代码: -
<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>
当我在localhost中尝试替换href="http://localhost/magento/index.php/facebook/customer_account/connect/"
但是当我将其整合到实时网站时,它会将我重定向到一个空白页面,其中包含以下网址: -
www.mysite.com/index.php/facebook/customer_account/connect/
之后没有任何反应。这个问题与上面的网址或网址网址有什么关系?
我的应用设置为: -
http://www.mysite.com/
mysite.com