私にリクエストを送信した 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 を介してリクエストを送信するアプリのリストを取得する方法はありますか?