How do Twitter apps handle username changes?
11th January 2011
My answer to How do Twitter apps handle username changes? on Quora
Twitter assigns each user a unique numeric ID which does NOT change when the user’s Twitter name changes, so triic number one is to key off that, not the username itself.
Lanyrd checks if your username has changed whenever you sign in—if it has, Lanyrd updates your Twitter name in the database.
Unfortunately it’s not possible to redirect your old Lanyrd profile page to your new one, since it can’t be guaranteed that some other person hasn’t claimed your old name on Twitter. This is a right nuisance.
For a couple of months after we launched we had a bug where changing your name would result in two entries in our database table (thankfully we could manually fix this when it happened). It took me a while to realise this was due to changing usernames.
More recent articles
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024