grey04

Results 1 comments of grey04

I think I have found the problem. In controllers/auth_other.php there is $fb_user = $this->facebook->getUser(); $this->session->set_userdata('facebook_id', $fb_user['id']); $user = $this->user_model->get_user_by_sm(array('facebook_id' => $fb_user['id']), 'facebook_id'); But the new getUser doesn't return an array,...