我想一次性检索所有 facebook 好友的专辑总数
任何人都知道如何查询专辑表
尝试这个:
SELECT location, link FROM album WHERE owner IN (SELECT uid2 from friend where uid1 = me())
或用于测试:转到
https://api.facebook.com/method/fql.query?access_token=<ACCESS_TOKEN>&query=SELECT%20location,%20link%20FROM%20album%20WHERE%20owner%20IN%20%28SELECT%20uid2%20from%20friend%20where%20uid1%20=%20me%28%29%29