I'm not sure if this is possible -
I am developing an Android game and I want it to include profile photos of 15 random friends.
However, it seems to me that my only option is to call the graphical API "/ me / friends" (several times, with a search call) to get all the friends of the users, save the list, then randomly select a subset of friends and get their profile photos.
I was wondering if there is one API call for sorting randomly or somehow reduce the size of this job so that I can use their server side ?limit=15 to reduce the number of requests that my application should execute.
Thanks!
android facebook facebook-graph-api
linked
source share