Marlo, You should currently only have one working token per user per application. There is an open issue [1] that will allow multiple tokens per user per application.
1. http://code.google.com/p/twitter-api/issues/detail?id=372 Doug Williams Twitter API Support http://twitter.com/dougw On Thu, Apr 16, 2009 at 10:18 AM, Mario Menti <[email protected]> wrote: > Hi there, > the way my current (not live yet) twitter OAuth implementation works, it's > possible to authenticate the same user more than once, leading to my app > storing multiple tokens for the same user. From my testing so far this > doesn't seem to be a problem (all tokens still work, and re-authenticating > doesn't invalidate any earlier tokens), but I wanted to check if this is by > design - in other words, is this likely to continue working in future, or > are there some plans to expire tokens when the same app/user requests a new > one? > > Cheers, > Mario. >
