简体   繁体   English

Facebook FQL错误-使用“ updated_time”列对“流”表进行FQL查询不再返回正确的结果

[英]Facebook FQL Bug -FQL query on “stream” table using “updated_time” column does no longer returns correct results

i have encounter same bug as show on below bug page. 我遇到了与以下错误页面上所示相同的错误。

FQL query on "stream" table using "updated_time" column does no longer returns correct results 使用“ updated_time”列对“流”表进行FQL查询不再返回正确的结果

SELECT post_id,updated_time, actor_id, target_id, message,comments FROM stream WHERE source_id  = " + PageID + " AND updated_time >" + unixfromdate

see below bug URL. 请参见下面的错误网址。

http://developers.facebook.com/bugs/316607451683448?browse=search_4eed342fe60cc52875050191 http://developers.facebook.com/bugs/316607451683448?browse=search_4eed342fe60cc52875050191

is there any work around? 有什么解决办法吗?

Brijesh 布里耶什

This is FB bug. 这是FB错误。 There are at least two bugs opened in FB on this matter: https://developers.facebook.com/bugs/322648647820172/ https://developers.facebook.com/bugs/436202526413815/ FB中至少有两个关于此问题的错误: https : //developers.facebook.com/bugs/322648647820172/ https://developers.facebook.com/bugs/436202526413815/

I have found another one: https://developers.facebook.com/bugs/105849459574668 and it was closed with comment like - "this bug didn't have much impact on developers community, so we closed it"! 我发现了另一个: https : //developers.facebook.com/bugs/105849459574668 ,它已用以下注释关闭:“此错误对开发人员社区影响不大,因此我们将其关闭”!

Please, report about your problems - otherwise FB will never fix it! 请报告您的问题-否则FB将永远无法修复它!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM