Flutter facebook login with AWS cognito user pool Facebook review rejected - flutter

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?

Related

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

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.

Flutter auth ui facebook sdk issue

An issue with Facebook SDK
When I am trying to using flutter firebase auth UI
The app is crashing and I identify that it is because of facebook SDK setup and I am not interested in using Facebook login Is there any other soluction available for getting flutter firebase ui with google login, email login,phone login only

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.