I want to use all functions of titles In my all apps, so that I want to make a class to collect them, is it simple to do? does anyone had created it?
Please give some suggestion.
Well once you add the FaceBook library to your project, you could make a helper class that you can call on inside your app so you can keep the code throughout your app to a minimum...
something like this for usability
Code:
NSString *message = @"Something to post."
[myHelperClass postMessageToFacebook:message];
ShareKit use to be good but its horribly outdated now -_-