Facebook SDK Integration Issue using AddThis SDK - iphone

I am having a iOS AddThis SDK issue with the facebook functionality, If the user deathorizes the app on Facebook, the AddThis SDK does not properly notify me via the iOS app to handle that disconnect. This leads the app user to get an error in the facebook SDK that is un "trappable" by the developer when they try to go and share again after having disconnected the app.
Is there anyway to have the AddThis SDK pass such a message or SDK state back to the app so we can reauthorize the user to connect their facebook account to the facebook app within the iOS app?

Related

Flutter Facebook auth through FB application (if installed) not through a WebView

I am currently integrating Facebook login through the flutter_facebook_auth package in Flutter.
If I am currently having Facebook application installed on iOS, then login through Facebook in my application it should follow the flowing scenario:
If the Facebook application is already installed, when clicking the Facebook login, Facebook application should pop up.
Else if we don't have Facebook application, it should divert to a WebView.
It's working this way on Android but on iOS only opens in WebView even if FB application is installed. How to do this for iOS?

How to authenticate user using facebook native app during login with facebook JS SDK

Our website is using Login with facebook feature and working fine for desktop and mobile browser.The requirement is , on a mobile device if facebook app is installed then authenticate using facebook app rather than mobile browser
FB Community question link.
I think for doing this you will have to use facebook sdk for android so that you can use the native facebook authentication form
This link may be useful :
https://developers.facebook.com/docs/facebook-login/android

iOS app does not appear to have Facebook Login integration

I want to integrate facebook with my iOS app because I want to promote my app in facebook. I want to create an ad campaign on facebook to get more users for my iOS app. I have created my facebook app as it is said in the guide but facebook doesn't approve my app, if I disable Facebook login it says that "Mobile apps built for iOS and Android must use Facebook Login."
So I enable facebook login and facebook says that "Your iOS app does not appear to have Facebook Login integration. Please either implement Facebook Login or remove this integration as a listed platform in the developer app."
I don't know what to do and I'm very upset.
Thanks.

Login with Facebook using SocialFramework

I want perform a login using Facebook credential. This is possible using Facebook SDK with this step:
Create a Facebook App on facebook.developer.com
Import Facebook SDK in Xcode
Use Facebook SDK to perform login (this action open Facebook application on iPhone, and after it re-opens my application)
I would avoid open Facebook app and perform login inside my app, like Pinterest.
Using SocialFramework is it possible ?
Thanks
Yes, it is possible. The latest Facebook SDK logs in using the FB account defined in system settings if available and falls back to Facebook app and/or website if not.

Native facebook app log in status in iOS

How to check if user is logged into the native facebook app or not in my another application in iPhone programmatically?
You can't check that. The Facebook SDK will allow user to login to your app. But it does not support any way to check if the user is logged in in the facebook app.