$reqId = $_GET['request_ids']; // Get the id of the current request
$requests = $facebook->api('/me/apprequests/?request_ids='.$reqId); //Get the request. Not sure if this is correct for specific request
$itemData = $requests[data][0][data]; //Get the data that was originally sent in the request
//Some code here to do whatever with the data
$delete_url = "https://graph.facebook.com/".$reqId."?access_token=".$token."&method=delete";
$result = file_get_contents($delete_url); //Delete the request so there is only one there next time.
$qs = $_SERVER['HTTP_REFERER'];
$request_ids = $qs['request_ids'];$uri =& JURI::getInstance($qs);
$request_ids = $uri->get('request_ids');Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
