How to use the expo-facebook.logInWithReadPermissionsAsync function in expo-facebook

To help you get started, we’ve selected a few expo-facebook examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Vivify-Ideas / expo-boilerplate / services / AuthService.js View on Github external
loginWithFacebook = async () => {
    return await this.facebookLogin(
      Facebook.logInWithReadPermissionsAsync(FACEBOOK_APP_ID, {
        permissions: ['public_profile', 'email']
      })
    );
  };

expo-facebook

Expo universal module for Facebook SDK

MIT
Latest version published 2 years ago

Package Health Score

66 / 100
Full package analysis