我想通过cron-job创建facebook活动.应该代表已经授予离线访问权限的facebook-connect-site用户创建事件.我有session_keys没有过期,但无法让它工作!代表我的应用创建活动就像一个魅力,只是不是我想要的...
var_dump($event) with some randomly generated data:
'name' => string 'Try a athirst these and' (length=23)
'tagline' => string 'as it that he down the almost the' (length=33)
'description' => string 'that deeper but is sea whenever lead all a stream knowing robust bakehouses attending have am it pent for own quick' (length=115)
'category' => int 5
'subcategory' => int 52
'location' => string 'same as more the' (length=16)
'start_time' => int 1263630600
'end_time' => int 1263654000
'street' => string …Run Code Online (Sandbox Code Playgroud) 我的一个应用程序可以安装在Facebook页面(选项卡)上.
用户无需对其进行身份验证,因为该应用程序不需要任何用户相关信息.
但我确实需要安装应用程序的页面的名称,profile_url和thumbnail_url.我通过FQL获取此信息.
我可以在我的日志文件中看到我的一些api请求检索此信息失败,并显示"您无权访问此信息"这样的消息,可能是因为这些页面受到限制.
遗憾的是,如果我可以访问此信息或请求失败,则无法提前知道.
我的问题是:这可能是Facebook的一个问题,他们的自动化系统可能会关闭我的应用程序吗?