是否可以检索已向我发送请求的 app_ids?我尝试通过 FQL
Select app_id from apprequest where recipient_uid=me();
但我得到的结果是
{
"error": {
"message": "Your statement is not indexable. The WHERE clause must contain an indexable
column. Such columns are marked with * in the tables linked from
http://developers.facebook.com/docs/reference/fql ",
"type": "NoIndexFunctionException",
"code": 604
}
}
我的逻辑有什么问题?无论如何,我是否可以获取通过 FQL 向我发送请求的应用程序列表?