Login with facebook in core php
login-with-facebook-php create login with facebook in core php First of all create a new facebook app and get the APP_ID and APP_SECRET_KEY. Now time to install facebook sdk directly or by composer By composer create a file in your directory composer.json { “require” : { “facebook/php-sdk-v4” : “~5.0” } } and run command composer install […]