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


On Fri, Mar 13, 2009 at 8:24 PM, Nick Arnett <nick.arn...@gmail.com> wrote:

>
>
> On Fri, Mar 13, 2009 at 5:10 PM, Joshua Perry <j...@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.
>
> Otherwise, you can use 
> http://twitter.com/statuses/show/3244325.xml<http://twitter.com/statuses/show/1324853977.xml>
>
> or
>
> http://twitter.com/statuses/show/3244325.<http://twitter.com/statuses/show/1324853977.xml>
> json
>
> Nick
>

Reply via email to