Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は FQL はまったく初めてですが、毎日 FB JS API を使用しています。
2 つの FQL クエリを作成する簡単な方法はありますか?
FQL マルチクエリが非推奨になっていることがわかりますが、これはまだ正しく実行できますか?
はい、ユーザーテーブルとファミリテーブルを使用して、次のようなクエリを実行できます-
SELECT uid, username FROM user where sex = 'female' and uid in ( select uid FROM family WHERE profile_id = me())