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.

Core Data is Apple's object-persistence framework for Cocoa and Cocoa Touch for managing model objects of a MVC (model-view-controller) design.

learn more… | top users | synonyms (1)

0
votes
2answers
78 views

ios app crashes with no error and no crash report

I am currently importing all the facebook birthdays and inserting them in core data,then i sort them according to the latest bday's(fetching and sorting). When i use facebook to sync and get all the ...
0
votes
1answer
110 views

Storing facebook friend list in coredata?

I am developing an app that uses a users facebook friends for some sort of interaction. Now I am using core data to store some user data and I am not sure whether I would like to store the users ...