Facebook Login App Display Name

Apologies if I missed a similar post or the documentation about this.

When you use Facebook.logInWithReadPermissionsAsync for Facebook authentication, the modal reads:

““Expo” Wants to Use “facebook.com” to Sign In.”

How do we change it from “Expo” to our app name?

I’ve added facebookAppId and facebookDisplayName to app.json, but it looks like this only applies to standalone/detached apps?

Currently running managed, but may need to eject at some point so not too concerned if that needs to happen for those properties to apply.

Thanks

Hey @solace,

This is expected behavior while developing in the Expo Client. Once you’ve built a standalone app, you’ll see the name you set under facebookDisplayName.

Cheers,
Adam

Thanks! That’s helpful to know.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.