Facebook Native App Login in iOS 9 - ios

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

Related

FacebookSDK iOS v3.24.0-beta1

I'm testing FacebookSDK ios v3.24.0-beta1 from Facebook Developer site.
My test environment is iOS9 beta5 on iphone6+ and test app is built on Xcode7 beta-6.
I have set the info.plist for iOS9 App transport security.
And I have installed Facebook App in my device.
I try to login facebook using
[FBSession openActiveSessionWithPublishPermissions:defaultAudience:allowLoginUI:completionHandler:]
When I invoke the method. The facebook app is not launched. But I can see the login dialog in webview (I guess).
Question: I want to know whether after the v3.24.0-beta is not support app to app login.
This is by design. In order to provide the best experience for users on iOS 9, the new SDK determines the best login flow automatically. If you're running on iOS 8 or earlier, the app switch will still be preferred.

LinkedIn iOS sdk not working on iPad (os ver. 8.0.2)

We have successfully integrated Linkedin iOS sdk in our app.It works perfectly on iPhone devices. But when i am trying it in iPad, it doesn't work. Problem is that, it won't authenticating in iPad. It just opens linkedin home page but doesn't redirecting to App. It remains stuck on linkedin home page. Even i also tried Linked ios sdk samples on iPad.
Thank you.

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.

LinkedIn iOS SDK is not working properly in iOS 8

I am implementing LinkedIn integration in my current iOS app and found that it suddenly stops working and found that SDK makes some changes. Please check this link:
https://developer.linkedin.com/blog/posts/2015/developer-program-changes
What is the solution to this?

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.

Resources