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.

link|improve this question
Any chance on telling us what programming language you want this in? – Neil Knight Nov 9 '10 at 11:04
I was just looking for a URL weblink. – Matt Nov 9 '10 at 21:21
So instead of www.twitter.com/someaccount I would like to refer to that page with someaccount's id. – Matt Nov 9 '10 at 21:22
This is unfortunate twitter does this. I was hoping you could do something like twitter.com/?id=819999. Facebook and LinkedIn both have ability to use the id instead of the username. – Scott Jul 20 '11 at 16:17
feedback

2 Answers

It's not possible with just the user id.

To accomplish what you're trying to do, create a page on your own website with a redirect to your Twitter page and publish the URL of your redirect page. If your Twitter username changes, you change the URL in your redirect code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.