I have an issue of Facebook offline access-token please help me out how to solve this issue helps are definitely appreciated
That my code when i was tried
$access_token="AAACEdEose0cBAK2USdNINUVUuCNip2zlPyMoL19in3LzeZAP9ydifNV7oeBC2T4zdCZCUvhDW3FDxOcHzA6ofDHQX24Tbw1VwLGdzT0AZDZD";
$facebook_url="https://graph.facebook.com/".$dataPageId->PageID."/feed?access_token=".$access_token;
$facebookPageStatus=file_get_contents($facebook_url);
$fpsjson=json_decode($facebookPageStatus);
One more thing there is no Facebook session file in my code basically i want this functionality for cronjob... OR if i execute my code they generate an error like this