2011-03-06 50 views
0

我有这个FQL查询FQL控制台抛出“行动”错误

select uid, name, website 
from user 
where website != "" and uid in (
    select uid2 
    from friend 
    where uid1 = me() 
) 

我在FQL console几个月前测试此查询,它工作得很好。现在,我再次尝试它,我有这样的错误:

the error

,可以在英文翻译,如“发生错误我们正在努力尽快解决这个问题。”我尝试了不同的查询,没有人工作,都抛出了相同的错误。有人有什么建议吗?

回答

0

由于未指定版本,Facebook不允许查询一些私人参数(如网站)。所以我的旧查询现在无效。