I would like to present a limited list of friends (e.g. generated by a specific FQL) using FBFriendsPickerViewController. The documentation hints that the friends list can be pre-fetched using FBCacheDescriptor, but the documentation of the latter is poor. I didn't find any example in the SDK samples.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
|||
|
|
As far as I understand, FBCacheDescriptor is to prefetch the data you need, to improve the responsiveness of the table views. For example, if you want to cache the friend picker list, you can do something like...
There is a good example on Scrumptious demo app provided by Facebook. You can execute FQL using the new API, but like I said tying that with the Cache is not documented anywhere. Here's how you can run FQL using the new SDK...
|
|||||||
|