Here is your offline access token: ".$_GET['offlinetoken']."
You need to save it
to database, file or some cache system so that you can use it later on.
You need to replace this token in cron.php at line # 29 either by querying database
,cache system or from file.";
}
?>