How to Login with Facebook in CodeIgniter
Integrate Facebook login is the most used feature for today’s web application. Login with Facebook feature helps users to log into the web application easily. In this tutorial, we’re going to explain how to integrate Facebook login in CodeIgniter using Facebook PHP SDK with Facebook Graph API. Step 1: Config (application/config/autoload.php) Step 2: Config (application/config/facebook.php) […]