I installed the facebook connect plugin, created the facebook app and enter the app id and secret code. I got this message. "Congratulations. The plugin is now configured" after that I added this code to my user-login.php file.<?php fbc_button(); ?>
Now I can see the "Login with Facebook" link on the login page. when I click on link it will ask to enter the facebook login details (username and password). The issue is after I enter the details and click login button, nothing happens. It will not fill any data and I still need to login to the site. Please help me to fix the issue.
Regards