Is FQL buggy? having trouble retrieving the entire social stream on my wall

廉价感情. 提交于 2019-12-23 03:50:52

问题


I try to use FQL to return all message on my social stream using this statement:

SELECT created_time, message FROM stream WHERE source_id = [USER'S FB ID] limit 10000

It traces all the way back to the very 1st post on my wall but some how some of the posts in the middle are missing (compare with what I can retrieve by clicking the 'Older post..' link on the bottom of my profile page ) and it doesn't seem to have a particular pattern. Any idea?


回答1:


FQL has many many problems like this. This is almost certainly a bug. There are many bugs about flq related to this. For example: http://bugs.developers.facebook.net/show_bug.cgi?id=8387 and http://bugs.developers.facebook.net/show_bug.cgi?id=10590 and http://bugs.developers.facebook.net/show_bug.cgi?id=9850. There are LOTS more. I would recommend file a specific bug and hope that they fix it.



来源:https://stackoverflow.com/questions/3979863/is-fql-buggy-having-trouble-retrieving-the-entire-social-stream-on-my-wall

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!