Facebook token expiration

Hi, how should I handle token expiration after a Facebook Login? Facebook’s react native SDK, solves this by refreshing and always using long-lived tokens, but with Expo seems like I’ll have to take care of token expiration/refresh myself.

2 Likes

Did you find any answer to your question ?

2 Likes

I’m searching the answer of this question, too. I’m thinking to use facebook’s react-native-sdk library instead of expo one but I’m not sure.

What did u do finally ?

any news on this?