CronTab中的Facebook离线访问令牌问题

时间:2012-03-08 07:56:59

标签: facebook codeigniter facebook-graph-api cron

我有一个Facebook离线访问的问题 - 令牌请帮助我解决这个问题有帮助肯定赞赏

当我被尝试时我的代码

$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);

我的代码中还有一个没有Facebook会话文件的东西基本上我想要cronjob的这个功能......或者 如果我执行我的代码他们会产生这样的错误

enter image description here

1 个答案:

答案 0 :(得分:1)

由于使用了file_get_contents,我在这里看到很多关于facebook api请求失败的问题。看看这些主题:Unable to file_get_contents to workFile_get_contents not working?,或者只是搜索更多主题:“[facebook] file_get_contents”。

除此之外,我建议您停止使用offline_access,因为它已被弃用:Deprecation of Offline Access Permission