Someday ago Facebook updated their old SDK for iphone and release a new SDK named IOS Library. This open source iOS library allows you to integrate Facebook into your iOS application include iPhone, iPad and iPod touch. Now its really very easy to implement facebook features in your iOS applications.
Why we should implement Facebook in iOS application:
- According to techcrunch Facebook Mobile Hits 100 Million Users, Growing Faster Than On Desktops. So you can think there are lots of users are now using facebook from iOS base devices.
- According to AppleInsider iPhone sales predicted to top 80 million by 2012
- So people are using iPhone/iPod/iPad more now a days. And the number is growing both for facebook and iOS.
- Why not consider to include facebook users in your iOS application so that your application looks more social.
A typical scenario of facebook features in iOS application:
Suppose you develop a game for iOS. You’ve a online leaderboard system for that game. Now people can compare themselves in the game based on leaderboard. But there might be many fake profile in the leaderboard, because you’re not aware of who’s playing the game. Though facebook has many fake account, but normally a user has real friends in facebook. So you can bring facebook user’s real friends in your application, so that the user feel more proud when he will be in a higher rank among his facebook friends.
Continue