Can I make the Everyplay Unity SDK use the native Facebook iOS login dialog? - everyplay

Is there a way to make the Everyplay modal login with Facebook to use the native login dialog?
I was thinking that maybe adding the Facebook SDK to the project will help but it didn't.

This feature is available with the SDK update 1.8.0 - May 14th 2014 (build 1801).

Related

How to trigger native login behavior with react-native-fbsdk Facebook Login on iOS

Facebook has come down on our apps because we're (apparently) not implementing the iOS native Facebook Login. They cite policy 8.2 - https://developers.facebook.com/policy/
We use react native and Facebook's react-native-fbsdk for Facebook Login. Login works great on both iOS and Android. On Android, it actually appears to use the native component. But I cannot trigger the native component on iOS. I expect it to use web when the Facebook app is not installed, but with the Facebook app installed, I cannot get the native component to be used.
I've tried several approaches found on the web. This SO issue is the same I'm experiencing, but without resolution (iOS fails on 'native_only' and 'native', 'browser','system_account' and 'web' do not trigger the native component) - How do I set LoginBehaviour when using react-native-fbsdk LoginManager?
This is a great walkthrough, but again, doesn't solve the problem (in my attempts, at least) - https://medium.com/building-with-react-native/coding-with-facebook-login-in-react-native-like-a-pro-1x06-9064fc2f5bfc
it is not supported in iOS newer version anymore..

IOS/Objective-C: Share Dialog for App Without Facebook SDK

Given all of Facebook's api changes since April 2018, does anyone know if it is still possible to trigger a share dialog without using the Facebook SDK?
They give instructions on how to do it with the Facebook for IOS SDK here.
However, I'd like to avoid including the Facebook SDK in my app given its size
Thanks in advance for any insights.

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

Is there any Single sign-on project integrated both twitter and facebook

I'm developing an ios app and I want to allow users sign in with Twitter and Facebook. Is there any open source project like ShareKit integrated both ? Or is there project integrated into ShareKit?
You now have the twitter framework inside the iOS SDK. So I would advise you sticking with that. The Facebook, on the other hand is still not a part of the iOS SDK. Nevertheless, it's quite simple to integrate it in your application (if you are able to spend 20 minutes by yourself to learn it). You can check it here.
Other possibility is to use ShareKit 2.0. Original ShareKit is not maintained anymore. ShareKit 2.0 uses iOS5 Twitter framework and Facebook SSO. If you decide to use ShareKit 2.0, make sure to follow updated installation guide. You can make a quick preview of what ShareKit is capable running the demo app.

Help with facebook ios sdk

I've found some tutorials how to connect your app to facebook with facebook ios sdk, but they all use FBSession.h which doesn't exist in the newest version of facebook ios sdk so I don't know how to connect.
Can someone tell me how to connect it with the newest facebook ios sdk, or has some new tutorial?
Have you looked here? This guide shows you how to use the fb graph api with mobile platforms
http://developers.facebook.com/docs/guides/mobile/
You can add FacebookSDK and deprecated (backwards compatibility) folder into the frameworks group. You can import Facebook.h and it usually has everything u require.

Resources