【发布时间】:2013-08-07 13:23:59
【问题描述】:
我正在开发基于位置的社交网络网站,我正在整合foursquare。我已经使用foursquare登录,每当用户使用他的foursquare帐户登录时,我都会使用它获取他的访问令牌,我会从foursquare帐户中获取他的所有数据,这个帐户非常大并且需要很多时间。这就是为什么我正在寻找一种可以循环连续检索四方数据的解决方案。
有什么方法可以run the codeIgniter or PHP function continuously 更新所有用户数据instead of updating the data scheduled basic like using cronjob,它应该像我运行该函数一样运行,它将无限次运行而不会停止。
注意:
我正在使用CURL从foursquare获取数据
提前致谢!
【问题讨论】:
标签: php mysql curl codeigniter-2 foursquare