Facebook Tokens from Auth0, long-lived access? How often are they reissued?

Hi @jmunson and welcome to the community! :tada:

From reading the code, that token would be shorted lived. You would need to exchange it yourself for a long lived one.

For updating the access token in that array, you would need to have the end user be redirect to Facebook again. When they re-auth through Facebook, it should update the token in that array.

I hope that helps! Please let me know if you have any questions.

1 Like