In-app native login with Facebook SDK (RN)

Hi Guys,

I’ve implemented the react-native-fbsdk package and can successfully login and get a FB access token. I’ve done some searching in the auth0 docs and found that we need to use a legacy endpoint (/oauth/access_token) to login to our auth0.

This endpoint is disabled by default, because apparently Google AND Facebook recommend using a WebView to authenticate. However in this screencast dating from 22 April 2019, Facebook says NOT to use a WebView!? Best Practices - Facebook Login - Documentation - Meta for Developers

We’re in a test phase so we’re on a free account, but how does one go about activating these legacy endpoints?

Hi Guys,

any response to the question above? We investigate the exact same case, because we want to use the native login.

We are rolling out Native Login with Facebook, come check out the beta:

http://community.auth0.com/t/announcing-native-login-with-facebook-public-beta/40665