In my implementation of SignInWithTwitter, every time the user signs
in, it generates a new access token.

What really happens to the old access tokens ?
If I maintain a 1-many relation from twitterId to access-tokens, I
will have access to the old access-tokens.

I understand that the FAQ says that access tokens are never expired by
twitter (only when the user revokes the app).

Thanks

Gavin

Reply via email to