Gavin Bong
unread,Nov 12, 2009, 3:04:11 AM11/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
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