Facebook FQL流限制? [英] Facebook FQL stream limit?

查看:102
本文介绍了Facebook FQL流限制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想得到我墙上的全部历史。但是我似乎在6月份的某个地方受到限制。



我做了这样的多个电话:

  SELECT created_time,message FROM stream WHERE source_id = MY_USER_ID LIMIT 50 

SELECT created_time,message FROM stream WHERE source_id = MY_USER_ID LIMIT 51,100

等等...



但我总是最后在我墙上的最后(第一个)帖子。
通过facebook.com,我可以返回更长的时间,所以Facebook显然有数据。



为什么我不会变老的帖子?
有另一种方法来刮除我的历史吗?

解决方案

http://developers.facebook.com/docs/reference/fql/stream


流表仅限于过去30天或50个帖子,以较大者为准



I want to get the full history of my wall. But I seem to hit a limit somewhere back in June.

I do multiple calls like this:

SELECT created_time,message FROM stream WHERE source_id=MY_USER_ID LIMIT 50

SELECT created_time,message FROM stream WHERE source_id=MY_USER_ID LIMIT 51,100

and so on...

But I always end up on the same last (first) post on my wall. Through facebook.com I can go back much longer so Facebook obviously have the data.

Why am I not getting older posts? Is there another way to scrape my history?

解决方案

From http://developers.facebook.com/docs/reference/fql/stream :

The stream table is limited to the last 30 days or 50 posts, whichever is greater

这篇关于Facebook FQL流限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆