Status link without user name

325 views
Skip to first unread message

Joshua Perry

unread,
Mar 13, 2009, 8:10:13 PM3/13/09
to twitter-deve...@googlegroups.com
Say I have status_id 3244325. What is the URL to view that status on the
web that doesn't include the username?

Nick Arnett

unread,
Mar 13, 2009, 8:20:25 PM3/13/09
to twitter-deve...@googlegroups.com


On Fri, Mar 13, 2009 at 5:10 PM, Joshua Perry <jo...@6bit.com> wrote:

Say I have status_id 3244325. What is the URL to view that status on the
web that doesn't include the username?


Nick

Nick Arnett

unread,
Mar 13, 2009, 8:21:05 PM3/13/09
to twitter-deve...@googlegroups.com
On Fri, Mar 13, 2009 at 5:20 PM, Nick Arnett <nick....@gmail.com> wrote:


On Fri, Mar 13, 2009 at 5:10 PM, Joshua Perry <jo...@6bit.com> wrote:

Say I have status_id 3244325. What is the URL to view that status on the
web that doesn't include the username?

Ack, sorry about the last reply... hit reply too fast... obviously that wasn't it.

Nick 
 

Nick Arnett

unread,
Mar 13, 2009, 8:24:27 PM3/13/09
to twitter-deve...@googlegroups.com
On Fri, Mar 13, 2009 at 5:10 PM, Joshua Perry <jo...@6bit.com> wrote:

Say I have status_id 3244325. What is the URL to view that status on the
web that doesn't include the username?

I'm guessing you mean an HTML version... I'm not sure that exists.


or


Nick

Doug Williams

unread,
Mar 13, 2009, 8:32:51 PM3/13/09
to twitter-deve...@googlegroups.com
Nick,
If you only have a status id and you would like to construct a URL, you are going to have to use a call to statuses/show [1] to get the screen name for the user then construct the URL accordingly:

http://twitter.com/<screen_name>/status/<status_id>

[1] - http://apiwiki.twitter.com/REST+API+Documentation#show

Doug Williams
Twitter API Support
http://twitter.com/dougw

Nick Arnett

unread,
Mar 13, 2009, 9:41:49 PM3/13/09
to twitter-deve...@googlegroups.com
On Fri, Mar 13, 2009 at 5:32 PM, Doug Williams <do...@twitter.com> wrote:
Nick,
If you only have a status id and you would like to construct a URL, you are going to have to use a call to statuses/show [1] to get the screen name for the user then construct the URL accordingly:

I think the original poster, whose question I was (flailing around) trying to answer, was probably hoping for an HTML page.

Oh, I see what you're saying... use the API call to construct the link with the user name.  Probably not the answer he wants, but we'll see.  There is no link that returns HTML that doesn't have the screen name in it, I'm assuming.

Nick

Joshua Perry

unread,
Mar 13, 2009, 9:43:32 PM3/13/09
to twitter-deve...@googlegroups.com
Thanks for the input guys, we do have the screen name also, I just
assumed since the status_id was unique that there was an HTML URL that
would go directly to it.
Reply all
Reply to author
Forward
0 new messages