Reserved usernames

5 views
Skip to first unread message

richardhenry

unread,
Mar 15, 2009, 9:36:03 AM3/15/09
to Twitter Development Talk
Could anyone help me complete a list of reserved Twitter usernames?
I'm talking about the usernames that cannot be registered because
they're used in Twitter URLs.

@home
@account
@admin
@help
@login
@signup
@about
@replies
@direct_messages
@favorites
@public_timeline
@invitations
@downloads
@jobs
@terms
@privacy
@sessions

Is this everything, or have I missed anything?

Richard

Nick Arnett

unread,
Mar 15, 2009, 11:48:20 AM3/15/09
to twitter-deve...@googlegroups.com
On Sun, Mar 15, 2009 at 6:36 AM, richardhenry <richar...@me.com> wrote:


Is this everything, or have I missed anything?

Nothing that contains "twitter" is allowed, I believe.

Nick 

Chris Thomson

unread,
Mar 15, 2009, 1:38:29 PM3/15/09
to twitter-deve...@googlegroups.com
Any username containing "twttr" also can't be registered. 

Chris Thomson

unread,
Mar 15, 2009, 1:42:03 PM3/15/09
to twitter-deve...@googlegroups.com
Ahh, I forgot to mention @archive.

Chris Thomson

Chad Etzel

unread,
Mar 15, 2009, 2:47:09 PM3/15/09
to twitter-deve...@googlegroups.com
Ah, but check this out :)
http://twitter.com/REPLIES

etc..


-chad

TjL

unread,
Mar 15, 2009, 3:35:56 PM3/15/09
to twitter-deve...@googlegroups.com
/account seems like it should be

/settings isn't but should be (regular user, 1 post, 4:50 PM Jun 22nd, 2008)

"twitter" usernames are not allowed *now* but used to be, FYI.

TJL

Abraham Williams

unread,
Mar 15, 2009, 3:36:53 PM3/15/09
to twitter-deve...@googlegroups.com
@oauth_clients
@oauth

--
Abraham Williams | http://the.hackerconundrum.com
Web608 | Community Evangelist | http://web608.org
This email is: [ ] blogable [x] ask first [ ] private.
Sent from: Madison WI United States.

richardhenry

unread,
Mar 15, 2009, 2:13:49 PM3/15/09
to Twitter Development Talk
Aha, indeed! The sign up form spits back: username can't include
"twitter"

Richard

On Mar 15, 3:48 pm, Nick Arnett <nick.arn...@gmail.com> wrote:

jim.renkel

unread,
Mar 17, 2009, 11:22:07 PM3/17/09
to Twitter Development Talk
Richard,

I think the problem you're trying to solve here is: given a URL of the
form http://twitter.com/xxx, is xxx a valid twitter username? (At
least that's a problem that I'm trying to solve for an application I'm
developing.).

A static list of such xxx's, although interesting, can't be developed
given the current naming convention for pages in the twitter web site,
because the xxx's that aren't valid usernames are all pages in the
website. As the website expands, as it has recently, the list will
grow.

So, what to do?

I have two suggestions, neither of which I really like, but that's
often the case when ya have to consider backward compatibility in
crafting solutions:

1) Add a method to the API that returns a list of xxx's that are not
valid user names but are twitter website pages; an application would
call this whenever it needed the list. Better than having a static
list in applications, which would require redistribution of the
applications whenever the list changes, but I worry about the list
being kept accurate (Unfortunately, I have had bad experiences with
these kinds of lists.).

2) Twitter changes the structure of their site so that URLs for valid
users are something like http://twitter.com/user/xxx, with the
guarantee that a URL of that form would never be used for anything but
a valid user. (I don't see twitter making a change like this, but I
could be wrong. And there are backward compatibility problems with
URLs that are already archived or cached someplace.)

Comments expected and welcome.

Jim Renkel

On Mar 15, 8:36 am, richardhenry <richardhe...@me.com> wrote:
> Could anyone help me complete a list ofreservedTwitter usernames?

Hwee-Boon Yar

unread,
Mar 18, 2009, 6:15:10 AM3/18/09
to Twitter Development Talk
If that's the problem you are trying to solve, just make a API call to
retrieve the user information for xxx.

--
Hwee-Boon

On Mar 18, 11:22 am, "jim.renkel" <ja...@renkel.name> wrote:
> Richard,
>
> I think the problem you're trying to solve here is: given a URL of the
> formhttp://twitter.com/xxx, is xxx a valid twitter username? (At
> least that's a problem that I'm trying to solve for an application I'm
> developing.).

>
Reply all
Reply to author
Forward
0 new messages