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.
だから私はすべての友達を取得するために1回の呼び出しを行うことができます。次に、繰り返して、各友達のアルバムを取得します。
通常、友達の数が非常に多いため、API/ネットワークのオーバーヘッドは非常識です。
同じ元のuser.friends()呼び出しですべてのアルバムを直接取得する方法はありますか?
フィールド拡張はあなたの味方です。これを試して:
me/friends?fields=albums
友達がたくさんいる場合、このクエリの実行には時間がかかることがあります。