CodeIgniter Forums
Unable to load the requested class: Facebook - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Unable to load the requested class: Facebook (/showthread.php?tid=64637)



Unable to load the requested class: Facebook - munish61 - 03-15-2016

Hello everyone,

I am getting the issue "Unable to load the requested class: Facebook" while login with facebook in codeigniter. Please help how can i solved it.


RE: Unable to load the requested class: Facebook - InsiteFX - 03-16-2016

It means it cannot file the facebook library class.

Unless you show a directory structure and your calling code we cannot help you with this.


RE: Unable to load the requested class: Facebook - freddy - 03-17-2016

show your library facebook and autoload, please consider about Upper Case or not !


RE: Unable to load the requested class: Facebook - KISHORPANT - 03-17-2016

CI doesn't provider any library you have to download from Facebook developer section then paste it at library folder of your application .
then go through your controller and configuration file make configuration for Facebook appId and secret key;