facebook sdk getuser() always return 0 after login? – Facebook api
Below is my controller. I am trying to login using facebook php sdk. In it getuser() function always return 0 after login. What is the problem? <?php defined('BASEPATH') OR exit('No direct script access allowed'); class User_Authentication extends CI_Controller { function…