Problem while executing Facebook query
I am trying to run a FQL for the first time. This is the code I have included in my index.php file: <?php $query="SELECT message FROM status WHERE uid = 544337058";echo $query; ?> <?php include_once ('facebook.php'); $api_key = 'XXXXXXXXXXXXXXX'; $secret = 'XXXXXXXXXXXXXXXXX'; global $facebook; $facebook = new Facebook($api_key, $secret); $result = $facebook->api_client->fql_query($query); ?> <?php echo $result?> I have logged into facebook from a different tab and just trying to read my own status message. However I am getting the following error: SELECT message FROM status WHERE uid = @@@@@@