[twitter-dev] Response format details?

2010-10-11 Thread Colin Howe
Hi, I can't find any documentation on the response format for anything that returns tweets. E.g. http://dev.twitter.com/doc/get/statuses/mentions Is there any documentation of what the response looks like and what each field means? Specifically, I'm looking for information on when

Re: [twitter-dev] Response format details?

2010-10-11 Thread Thomas Mango
Hey, Colin. An easy way to test API calls and see their response is by using the console (you need an app registered): http://dev.twitter.com/console Or by getting a copy of twurl to use locally: http://github.com/marcel/twurl Colin Howe wrote: Hi, I can't find any documentation on the

Re: [twitter-dev] Response format details?

2010-10-11 Thread Taylor Singletary
in_reply_to_status_id is populated when a tweet is a reply to another tweet. The status_id in this context refers to the tweet being replied to. For this field to be populated, the reply tweet also must begin with the @username of the user being replied to. A @reply in XML: