Minimum iOS deployment target with Facebook SDK 3.2? - iphone

I wish to use Facebook sdk version 3.2 in my iOS application but I couldn't find the minimum target iOS that it will support.
Any help is appreciated.

From the SDK Page:
iOS 6 integration
The Facebook SDK for iOS offers full, native integration with iOS 6. For Login and Feed posting, this means you have the ability to pop-up a native dialog box rather than fast-app-switching to the Facebook iOS App or Mobile Safari. This experience is less disruptive for the user and significantly increases conversion. Just enable Login with Facebook and the SDK will ensure your apps work seamlessly on all iOS versions 4.0 and later.

Related

Which FB SDK version should I use with iOS 5?

My project uses iOS 5.1 + Xcode 4.5 in this version. All I really want to do right now is to read a wall w posts from Facebook (see below link). And I will not be using iOS 6 for now.
Before beginning with Facebook SDK I need to know a couple of things;
Which version of FB SDK should I use together with iOS 5.1?
Does the latest FB SDK "downgrade gracefully" when used with iOS
5.1?
Any good examples of the basics to get started to read FB content? (Exept the FB Dev examples)
See also: Just want to read a Facebook wall, do I need to install FB SDK?
use facebook sdk 3.1 or > 3.1. Because FBconnect is not working in latest build (ios5 or above)
try this FB here

Can I use the JavaScript facebook SDK for phonegap apps?

I am not sure whether my question is appropriate or not.
I am integrating facebook for the first time and also for the for first my app is multi-platform.
I am integrating facebook in my app for iphone and android.My question are below:
1)If i am doing it with plugin i have to do it separately for both iPhone and Android. Is there any way to integrate Facebook for both in a single effort for eg by using Javascript SDK
2)If yes what it is? and if possible any sample.
Thanks in advance
You should use phonegap-plugin-facebook-connect. It works on both iOS and Android and integrates great with iOS6 bulid in Facebook functionality.
The plugin provides a patched version of the Facebook JS API.

New Facebook IOS SDK? Can we use the old sdk with the new sdk?

I am currently adding new Facebook iOS sdk 3.1.1 to my iPhone application. I saw the sdk have significant changes. E.g. My old sdk create a Facebook object and call the requestGraphPath:AndDelegate from the FBRequest object. Now the new sdk have no header file "Facebook.h" and "FBRequest" have no requestGraphPath:AndDelegate but it has a same method name with a handler... and have extra function as well.
Does that mean I have to recoding all the Facebook stuff of my application to accommodate the new Facebook SDK
Yes, you would need to change your code. The latest facebook SDK has iOS 6 integration and lots of other features. Read about it here: https://developers.facebook.com/docs/howtos/ios-6/
Basically in the latest SDK, everything is managed via the FBSession.
This SDK is backwards compatible meaning, even if the users have not upgraded to iOS 6, this will work in iOS 5.

When can we release apps that use the Google SDK for iOS?

I've successfully integrated the Google+ SDK for iOS into my app, downloaded from here :
https://developers.google.com/+/mobile/ios/
However the SDK is listed as begin in developer preview as per :
"Note: The Google+ platform for iOS is currently in Developer Preview."
Does anyone know if I can submit / release my app whilst this is in this mode or do I need to wait for Google to release it from the preview (which may take months!).
Thanks,
Steve H
Applications that depend on Google+ history API should not be released to production. This is because Google+ history is only available for developers.
Other uses of the Google+ platform for iOS can be released to production.

Facebook API for Mac Application

I'm developing a Mac application to share the files (video, images) to Facebook using the Facebook API.
In the Facebook SDKs & Tools, I can find only iOS SDK (iPhone & iPad), but not the one specific for Mac application. Does it mean we've to use the iOS SDK for the Mac apps too? If so how can I make use of iOS SDK in Mac application? Actually I tried to use iOS, but it was not successful, and not only that even I had to re-install frameworks which I was using for some other purposes too. The error was related to NSString.
Can anyone advise me in integrating the Facebook API for my Mac application?
There is one sample code written by someone.I've seen on internet. Here you go
http://developer.casgrain.com/?p=107