ios - How to cache Facebook friends list using iPhone application -


i developing iphone application contains facebook connect part of it. using third party api fbgraph retrieve facebook friends list.

currently problem that, when there huge number of friends in list, takes time load those. loading again , again when navigating through pages , come again.

in order avoid this, trying use caching concept. stuck this. dont have clue on how facebook friends list can cached.

there numerous ways cache data in ios.

  • you can store response in file , use file whenever require.
  • you can store sqlite db using core data / standalone

and many more.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -