We are using FB social login in our mobile app. When the user chooses to authenticate with FB and if the FB app is already installed in the phone, we would like to authenticate the user using the native FB app present in the phone rather than having the user enter the FB credentials again in the browser.
Our App is built using React-Native and we are using “/authorize” endpoint to perform social authentication through the browser and deep-link back to the app after successful authentication.
https://auth0.com/docs/api/authentication#social
Below is an example behaviour of what i am trying to achieve -
![alt text][1]