Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

URL link to Twitter user with ID, not name

I want to have a link to my twitter page that references it with my twitter ID and not twitter name. This is because I want to build the link into an app and the twitter name for the account may change in future.

like image 510
Matt Avatar asked Nov 09 '10 11:11

Matt


People also ask

How do I find someone on Twitter without their username?

1 Twitter Search The fastest way to find someone on Twitter if you don't know his Twitter username is to go directly to the Twitter Search page (see Resources for direct link).


1 Answers

After struggling with this issue for a while, found a solution which works on mobile:

https://twitter.com/intent/user?user_id=XXX 

Source: https://dev.twitter.com/discussions/3386

like image 132
Saša Tomislav Mataić Avatar answered Oct 08 '22 20:10

Saša Tomislav Mataić