Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My iPhone app is using Facebook SDK for iOS v2.0. Will my app become broken in June 2013?

My app on facebook has this alert:

This app uses an outdated version of the Facebook SDK for iOS. Please download the latest version: iOS SDK 3.2.1.

Learn how the latest version makes it easier and faster to build great mobile apps.

We also provide upgrade guides to make the process as easy as possible. Upgrade from SDK 2 to 3.1 and 3.1 to 3.2.

Facebook will also stop supporting v2.0 of the SDK in June 2013, so you are advised to upgrade to the new SDK as soon as possible.


Does this mean that v2.0 of the Facebook SDK for iOS will stop working in June 2013? Or, does it merely mean that Facebook will stop providing technical support and enhancements for it?

My app uses v2.0 SDK for the following:

  1. Login with Facebook
  2. Get list of friends
  3. Send App Request to selected friends

Due to time and budget, I will not be able to have my iPhone app upgraded to version 3 until probably the end of this year. So, does this mean my iPhone app is going to be broken in June?

like image 989
Stoop Avatar asked Nov 12 '22 07:11

Stoop


1 Answers

First, it is recommended for you to read Facebook SDK release notes. In short, API changed & Login mechanism ( especially token management ) changed . That means your app will have chance to be broken in June.

However, stop supporting is not equal to stop service . You can ask Facebook when to stop 2.0 API service . The 2nd link should provide most programming information you require.

Sidenote: I upgrade my app from Facebook iOS SDK 2.0 to 3.1 in few hours. Just curious, why take you so long to perform the changes ?

Hope it helps.

Reference :

  1. Facebook iOS SDK Release Notes
  2. Upgrading from 2.0 to 3.x
like image 180
Raptor Avatar answered Nov 15 '22 06:11

Raptor