The redirect_uri URL must be absolute Facebook login PHP SDK The redirect_uri URL must be absolute Facebook login PHP SDK codeigniter codeigniter

The redirect_uri URL must be absolute Facebook login PHP SDK


'redirect_uri' => 'home' // URL where you want to redirect your users after a successful login

You have to provide full URL (starting from http://), not CI page alias. Use site_url('home') instead