Flutter LinkedIn auth through LinkedIn application (if installed) not through a WebView - flutter

I am currently integrating LinkedIn login through the linkedin_login package in Flutter. If I am currently having LinkedIn application installed on mobile (Android or iOS), then login through LinkedIn in my application, it should follow the flowing scenario:
If the LinkedIn application is already installed, when clicking the LinkedIn login, LinkedIn application should pop up.
Else if we don't have LinkedIn application, it should divert to a WebView.
How to do this?
Right now, it only authenticates through a WebView even if LinkedIn application is installed.

Related

Flutter facebook login with AWS cognito user pool Facebook review rejected

I am trying to build a Flutter application for android and ios. I am using the flutter web sign-in for Facebook and google sign-in. But when I am submitting the application to Facebook for review it says you are providing a website as a review but you are using the Mobile application for the Facebook login. I am using AWS Cognito web as an authentication method for Facebook login.
Also tried this https://docs.amplify.aws/lib/auth/social_signin_web_ui/q/platform/flutter implementation but no luck.
Does anyone suggest how to proceed with this issue?

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?

Yammer login to web app not working on Iphone

Recently i registered app on yammer to use yammer for login to my web app. There is a problem on iOS with this flow, because when i try to login I get mobile yammer app login pop up & after that it only opens yammer app, and no redirection to my web app actually happens.
This only happens on iphone, on all other devices it works, on android also works with yammer app installed. Somebody familiar with this ?

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

adding facebook login page to android application with cordova plugin

hey i have successfully added the facebook login page on my web page but when i am trying to add login page to my phonegap android application it is not working.
please suggest best way to integrate android application with phonegap facebook plugin.i have imported facebook SDK to my app.