Facebook SDK - Unable to get session
问题 I'm using CodeIgniter to make a canvas app (this is important), NOT a web app. To my understanding that means I don't have to log the user in like a traditional Facebook Connect app would, by forwarding them onto a Login URL. Facebook should handle that. However, although I get a full signed request, I'm unable to get a session. Below is my code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); use Facebook\FacebookSession; use Facebook\FacebookRequest; use Facebook