Facebook releases SDK 3.1 for iOS with iOS 6 integration

By
On September 27, 2012

In July Facebook released a new Dev Center for iOS developers along with a beta featuring iOS 6 Facebook integration. Today Facebook officially announced the release of the SDK, the release features many tools for app developers wanting to take advantage of Facebook’s native integration with iOS 6 in their apps.

Developers can download Facebook SDK 3.1 for iOS here.

Facebook’s Eddie O’Neil walked through some of the new features of the SDK, including: Native Facebook Login, native Facebook share sheets, and ready-to-use UI controls:

 

Native, ready-to-use UI controls: The SDK includes several pre-built user interface controls:

-Friend Picker to help apps easily pick friends. Example: use a friend picker to choose friends to tag in an Open Graph action.
-Places Picker so apps can easily integrate with Facebook places. Example: use this picker to let users include a place with their posts.
-Profile Picture control so your app can easily show the profile picture of a user, their friends, places, or other kinds of Facebook objects.
-Login controls for easily building Login and Logout experiences.

Facebook Login support across iOS versions: Lets your app work seamlessly on all iOS versions 4.0+ and integrates easily with the native login support in iOS 6.

Easy session management: Introduces the FBSession API that manages, stores, and refreshes user tokens. You can also override default behaviors to build advanced features. It uses the modern Objective-C “block” metaphor to notify your app of login, logout and other session state changes, and it instantly integrates with iOS 6.

Improved API support: Minimizes the code you need to call Facebook Graph, FQL, and other APIs. It natively supports batched API requests to significantly improve performance for API calls, which translate into faster, better user experiences.