Im making a facebook canvas app. To get the users info im using the PHP SDK:
$app_id = \"\"; $secret=\"\"; $canvas_page =
It seems that for IE you need to enable 3rth party cookies (p3p). Just changed changed the header with php:
header('P3P: CP="NOI ADM DEV PSAi NAV OUR STP IND DEM"'); ?>