facebook sdk for iOS 4.0 - ios

what version of facebook sdk should I get to make my app supported under iOS 4.0 ?I have xcode 4.5.
currently I have facebook sdk 3.1 and it I have tested from iOS 5.0 to 6. But the 4.0 version crashes while showing an error message that uses the FBSession class.

From the reference link below, we can say that Facebook iOS SDK 3.0 Beta support iOS 4.0 and later:
Will Facebook iOS SDK 3.0 not work on iOS 3.x?
but for Facebook SDK 3.1 for iOS, from the below link:
https://developers.facebook.com/ios/features/whats-new-ios-sdk-3.1/
, it says Seamless Facebook Login across iOS versions: Lets your app work seamlessly on all iOS versions 4.3+ and easily integrates with the native login support in iOS 6
hope it help you.
Update:
reference from this link http://www.iphonehacks.com/2012/07/facebook-releases-sdk-3-0-for-ios.html
Improved Facebook APIs support:
Batching for SDK requests, which should significantly improve latency for Facebook API calls.
Facebook SDK 3.0 for iOS also includes support for iOS 6 that will be released later this fall:
After iOS 6 launches to users, the SDK will automatically use the native Facebook Login in iOS 6 when available. Just enable Login with Facebook and the SDK will ensure your apps work seamlessly on all iOS versions 4.0 and later. The SDK will continue to support the iOS 6 integration in beta until Appleā€™s user launch later this fall.

Related

Facebook Native App Login in iOS 9

All!
I integrated FacebookiOS SDK 4.8 & also get up for iOS 9 as per describe on Facebook developer website.
But it always open web view in my native app automatically & ask for Login.
In 4.7 SDK, when I configure LSApplicationQueryScheme for iOS 9 then it works fine But now it does not.
I want to get native Facebook App login
Help me for this!
Thanks

ios 9 facebook. Is this possible to continue to use 3.20 Facebook SDK, and continue to compile with iOS SDK 8?

Facebook features in our app stops work correctly on device running iOS 9.
We are using Facebook Unity SDK v6.2.2 (thus native Facebook SDK 3.20), and we compile with iOS SDK 8.
We already read Facebook's article about preparing for iOS 9.
But we do not understand some moments.
Ideally, we want to continue to use 6.2.2/3.20 Facebook SDK, and continue to compile with iOS SDK 8. Is tihs possible?
Are there any legal ways for our app to continue working with Facebook on iOS 9 WITHOUT upgrading to latest Facebook SDK?
it is possible. We did that, and all is ok for now.

Facebook framework in iOS4/5?

I can add the new facebook framework to my project with the new XCode 4.5.2 but I guess it won't work? I don't have access to a device with iOS 4 nor 5 (have simulator of 5). I only need to do Facebook share (post a status from my app).
What strategy should I use to make sure I get facebook share in all platforms (iOS 4, ios 5, ios6)? Right now we are using FacebookManager
https://github.com/ryotarai/FacebookManager
The normal Facebook iOS SDK, from Facebook, will work perfectly fine on all versions of iOS. You should just use that. It will use native auth on iOS 6 and fall back gracefully to switching to the FB app or Safari as appropriate.

Facebook with iOS5 and iOS6

I'm about to release an app and it must support both iOS5 and iOS6. But with the new Facebook SDK 3.1 i'm not quite sure on how to integrate the Facebook functionality to work with both iOS versions.
What is the best approach to make both the login and wall posting actions to work in iOS5 and iOS6 version? Are there any best-practices already?
Many thanks in advance!
The latest Facebook SDK supports both iOS versions just as well. If you're on iOS6, it will use the built-in authentication, otherwise it'll automatically fallback to the old "fast-app-switching" or Safari model.
So if you implement the 3.1 SDK, you won't have to worry about how the user authenticates:
The main purpose of the upgrade is to bring compatibility with iOS
v6.0 and its native Facebook support. Using v3.1 of the SDK means that
your apps benefit greatly from that support when it is available, but
that they automatically fall back to use the previous app-switching or
web-based authentication flows on older versions of the operating
system.
More on implementing support for the built-in Facebook accounts on iOS 6: http://developers.facebook.com/docs/howtos/ios-6/

ios twitter wrapper

I need wrapper for work with twitter api in iOS.
Now I have used some tutorial, but I have more bugs and is not compatible with versions of iOS.
Anybody know twitter wrapper the same as facebook api for iOS.
I try to use MGTwitterEngine, but have a problem with iOS 5.0
for iCodeOuth project also have problem with iOS 5.0 (Authorized user return null)
Thanks!
If you are using iOS 5.0 or later, you should look into Apple's Twitter Framework

Resources