I want to login with facebook using facebook sdk php in codeigniter.
i have use facebook libary in applications/libraries/Facebook.php
and full sdk path in applications/vendor
config of my facebook app_id and app_secret in config folder config/facebook.php
in autoload.php i load facebook library
$autoload['libraries'] = array('facebook','database','form_validation','session');
But i got an error Unable to load the requested class: Facebook