Stop asking for Facebook permissions at every login

I’ve persisted it with AsyncStorage - the trick is to refresh Facebook’s access token before their expiration date. AFAICT, you’ll need to do a server-side call or have the user go through the login flow again to refresh the token.

More details here: Full Facebook SDK - #4 by wwwillchen

Using Facebook w/ Expo is great to get started with and then managing a production workflow becomes a bit more involved.

1 Like