[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-19 Thread Yusuke

Issues submitted.
- Document: Extended user information contains status element
http://code.google.com/p/twitter-api/issues/detail?id=479
- Document: form of the return value of the Search API
http://code.google.com/p/twitter-api/issues/detail?id=480
Thanks.

On 4月9日, 午前2:54, Doug Williams d...@twitter.com wrote:
 I'm working on that now, as well.

 Doug Williams
 Twitter API Supporthttp://twitter.com/dougw

 2009/4/8 Yusuke yus...@mac.com



  Thanks.
  Please also document the official form of the return value of the
  Search API.

  Cheers,
  Yusuke

  On 4月9日, 午前1:35, Doug Williams d...@twitter.com wrote:
   The doc is out of sync. The user object should contain the status
  element.
   I'll get that fixed.

   Doug Williams
   Twitter API Supporthttp://twitter.com/dougw

   2009/4/8 Yusuke yus...@mac.com

It is documented that Basic user information element contains status
element.
So *Extended* user information element supposed to contain status
element, too.
But it's not documented.

I'm developing Twitter4J - a Java wrapper for the API and need to
ensure that.

Thanks in advance,
Yusuke

On 4月9日, 午前12:23, Chad Etzel jazzyc...@gmail.com wrote:
 Not sure if it is expected or not (or if the doc is out of sync), but
 I would say having the last status included w/ the user object is
  very
 handy.
 -Chad

 On Wed, Apr 8, 2009 at 11:20 AM, Yusuke yus...@mac.com wrote:

  Hi,

  According to the REST API Doc, an Extended user information
  element
  doesn't contain a status/ element.
  But actually the API returns a user element with one status
  element.
  Is it a doc bug?

  Here is the trace log grabbed just several minutes ago.
  --
  [Thu Apr 09 00:12:41 JST 2009]GEThttp://
twitter.com/account/verify_credentials.xml
  [Thu Apr 09 00:12:41 JST 2009]Response code: 200
  [Thu Apr 09 00:12:41 JST 2009]Response: ?xml version=1.0
  encoding=UTF-8?
  user
   id6358482/id
   nametwit4j/name
   screen_nametwit4j/screen_name
   locationlocation:0.5515412761891139/location
   description/description
   profile_image_urlhttp://static.twitter.com/images/
  default_profile_normal.png/profile_image_url
   url/url
   protectedfalse/protected
   followers_count3/followers_count
   profile_background_color9ae4e8/profile_background_color
   profile_text_color00/profile_text_color
   profile_link_colorff/profile_link_color
   profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color

   profile_sidebar_border_color87bc44/profile_sidebar_border_color
   friends_count2/friends_count
   created_atSun May 27 09:52:09 + 2007/created_at
   favourites_count0/favourites_count
   utc_offset-32400/utc_offset
   time_zoneAlaska/time_zone
   profile_background_image_urlhttp://static.twitter.com/images/
  themes/theme1/bg.gif/profile_background_image_url
   profile_background_tilefalse/profile_background_tile
   statuses_count620/statuses_count
   notificationsfalse/notifications
   followingfalse/following
   status
 created_atMon Apr 06 16:34:02 + 2009/created_at
 id1463787270/id
 text4/7:id1/text
 sourcelt;a href=http://yusuke.homeip.net/
  twitter4j/gt;Twitter4Jlt;/agt;/source
 truncatedfalse/truncated
 in_reply_to_status_id/in_reply_to_status_id
 in_reply_to_user_id/in_reply_to_user_id
 favoritedfalse/favorited
 in_reply_to_screen_name/in_reply_to_screen_name
   /status
  /user
  --

  Cheers,
  Yusuke


[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-08 Thread Chad Etzel

Not sure if it is expected or not (or if the doc is out of sync), but
I would say having the last status included w/ the user object is very
handy.
-Chad

On Wed, Apr 8, 2009 at 11:20 AM, Yusuke yus...@mac.com wrote:

 Hi,

 According to the REST API Doc, an Extended user information element
 doesn't contain a status/ element.
 But actually the API returns a user element with one status element.
 Is it a doc bug?

 Here is the trace log grabbed just several minutes ago.
 --
 [Thu Apr 09 00:12:41 JST 2009]GET 
 http://twitter.com/account/verify_credentials.xml
 [Thu Apr 09 00:12:41 JST 2009]Response code: 200
 [Thu Apr 09 00:12:41 JST 2009]Response: ?xml version=1.0
 encoding=UTF-8?
 user
  id6358482/id
  nametwit4j/name
  screen_nametwit4j/screen_name
  locationlocation:0.5515412761891139/location
  description/description
  profile_image_urlhttp://static.twitter.com/images/
 default_profile_normal.png/profile_image_url
  url/url
  protectedfalse/protected
  followers_count3/followers_count
  profile_background_color9ae4e8/profile_background_color
  profile_text_color00/profile_text_color
  profile_link_colorff/profile_link_color
  profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color
  profile_sidebar_border_color87bc44/profile_sidebar_border_color
  friends_count2/friends_count
  created_atSun May 27 09:52:09 + 2007/created_at
  favourites_count0/favourites_count
  utc_offset-32400/utc_offset
  time_zoneAlaska/time_zone
  profile_background_image_urlhttp://static.twitter.com/images/
 themes/theme1/bg.gif/profile_background_image_url
  profile_background_tilefalse/profile_background_tile
  statuses_count620/statuses_count
  notificationsfalse/notifications
  followingfalse/following
  status
    created_atMon Apr 06 16:34:02 + 2009/created_at
    id1463787270/id
    text4/7:id1/text
    sourcelt;a href=http://yusuke.homeip.net/
 twitter4j/gt;Twitter4Jlt;/agt;/source
    truncatedfalse/truncated
    in_reply_to_status_id/in_reply_to_status_id
    in_reply_to_user_id/in_reply_to_user_id
    favoritedfalse/favorited
    in_reply_to_screen_name/in_reply_to_screen_name
  /status
 /user
 --

 Cheers,
 Yusuke


[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-08 Thread Yusuke

It is documented that Basic user information element contains status
element.
So *Extended* user information element supposed to contain status
element, too.
But it's not documented.

I'm developing Twitter4J - a Java wrapper for the API and need to
ensure that.

Thanks in advance,
Yusuke

On 4月9日, 午前12:23, Chad Etzel jazzyc...@gmail.com wrote:
 Not sure if it is expected or not (or if the doc is out of sync), but
 I would say having the last status included w/ the user object is very
 handy.
 -Chad

 On Wed, Apr 8, 2009 at 11:20 AM, Yusuke yus...@mac.com wrote:

  Hi,

  According to the REST API Doc, an Extended user information element
  doesn't contain a status/ element.
  But actually the API returns a user element with one status element.
  Is it a doc bug?

  Here is the trace log grabbed just several minutes ago.
  --
  [Thu Apr 09 00:12:41 JST 
  2009]GEThttp://twitter.com/account/verify_credentials.xml
  [Thu Apr 09 00:12:41 JST 2009]Response code: 200
  [Thu Apr 09 00:12:41 JST 2009]Response: ?xml version=1.0
  encoding=UTF-8?
  user
   id6358482/id
   nametwit4j/name
   screen_nametwit4j/screen_name
   locationlocation:0.5515412761891139/location
   description/description
   profile_image_urlhttp://static.twitter.com/images/
  default_profile_normal.png/profile_image_url
   url/url
   protectedfalse/protected
   followers_count3/followers_count
   profile_background_color9ae4e8/profile_background_color
   profile_text_color00/profile_text_color
   profile_link_colorff/profile_link_color
   profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color
   profile_sidebar_border_color87bc44/profile_sidebar_border_color
   friends_count2/friends_count
   created_atSun May 27 09:52:09 + 2007/created_at
   favourites_count0/favourites_count
   utc_offset-32400/utc_offset
   time_zoneAlaska/time_zone
   profile_background_image_urlhttp://static.twitter.com/images/
  themes/theme1/bg.gif/profile_background_image_url
   profile_background_tilefalse/profile_background_tile
   statuses_count620/statuses_count
   notificationsfalse/notifications
   followingfalse/following
   status
 created_atMon Apr 06 16:34:02 + 2009/created_at
 id1463787270/id
 text4/7:id1/text
 sourcelt;a href=http://yusuke.homeip.net/
  twitter4j/gt;Twitter4Jlt;/agt;/source
 truncatedfalse/truncated
 in_reply_to_status_id/in_reply_to_status_id
 in_reply_to_user_id/in_reply_to_user_id
 favoritedfalse/favorited
 in_reply_to_screen_name/in_reply_to_screen_name
   /status
  /user
  --

  Cheers,
  Yusuke


[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-08 Thread Doug Williams
The doc is out of sync. The user object should contain the status element.
I'll get that fixed.


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


2009/4/8 Yusuke yus...@mac.com


 It is documented that Basic user information element contains status
 element.
 So *Extended* user information element supposed to contain status
 element, too.
 But it's not documented.

 I'm developing Twitter4J - a Java wrapper for the API and need to
 ensure that.

 Thanks in advance,
 Yusuke

 On 4月9日, 午前12:23, Chad Etzel jazzyc...@gmail.com wrote:
  Not sure if it is expected or not (or if the doc is out of sync), but
  I would say having the last status included w/ the user object is very
  handy.
  -Chad
 
  On Wed, Apr 8, 2009 at 11:20 AM, Yusuke yus...@mac.com wrote:
 
   Hi,
 
   According to the REST API Doc, an Extended user information element
   doesn't contain a status/ element.
   But actually the API returns a user element with one status element.
   Is it a doc bug?
 
   Here is the trace log grabbed just several minutes ago.
   --
   [Thu Apr 09 00:12:41 JST 2009]GEThttp://
 twitter.com/account/verify_credentials.xml
   [Thu Apr 09 00:12:41 JST 2009]Response code: 200
   [Thu Apr 09 00:12:41 JST 2009]Response: ?xml version=1.0
   encoding=UTF-8?
   user
id6358482/id
nametwit4j/name
screen_nametwit4j/screen_name
locationlocation:0.5515412761891139/location
description/description
profile_image_urlhttp://static.twitter.com/images/
   default_profile_normal.png/profile_image_url
url/url
protectedfalse/protected
followers_count3/followers_count
profile_background_color9ae4e8/profile_background_color
profile_text_color00/profile_text_color
profile_link_colorff/profile_link_color
profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color
profile_sidebar_border_color87bc44/profile_sidebar_border_color
friends_count2/friends_count
created_atSun May 27 09:52:09 + 2007/created_at
favourites_count0/favourites_count
utc_offset-32400/utc_offset
time_zoneAlaska/time_zone
profile_background_image_urlhttp://static.twitter.com/images/
   themes/theme1/bg.gif/profile_background_image_url
profile_background_tilefalse/profile_background_tile
statuses_count620/statuses_count
notificationsfalse/notifications
followingfalse/following
status
  created_atMon Apr 06 16:34:02 + 2009/created_at
  id1463787270/id
  text4/7:id1/text
  sourcelt;a href=http://yusuke.homeip.net/
   twitter4j/gt;Twitter4Jlt;/agt;/source
  truncatedfalse/truncated
  in_reply_to_status_id/in_reply_to_status_id
  in_reply_to_user_id/in_reply_to_user_id
  favoritedfalse/favorited
  in_reply_to_screen_name/in_reply_to_screen_name
/status
   /user
   --
 
   Cheers,
   Yusuke



[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-08 Thread Yusuke

Thanks.
Please also document the official form of the return value of the
Search API.

Cheers,
Yusuke

On 4月9日, 午前1:35, Doug Williams d...@twitter.com wrote:
 The doc is out of sync. The user object should contain the status element.
 I'll get that fixed.

 Doug Williams
 Twitter API Supporthttp://twitter.com/dougw

 2009/4/8 Yusuke yus...@mac.com



  It is documented that Basic user information element contains status
  element.
  So *Extended* user information element supposed to contain status
  element, too.
  But it's not documented.

  I'm developing Twitter4J - a Java wrapper for the API and need to
  ensure that.

  Thanks in advance,
  Yusuke

  On 4月9日, 午前12:23, Chad Etzel jazzyc...@gmail.com wrote:
   Not sure if it is expected or not (or if the doc is out of sync), but
   I would say having the last status included w/ the user object is very
   handy.
   -Chad

   On Wed, Apr 8, 2009 at 11:20 AM, Yusuke yus...@mac.com wrote:

Hi,

According to the REST API Doc, an Extended user information element
doesn't contain a status/ element.
But actually the API returns a user element with one status element.
Is it a doc bug?

Here is the trace log grabbed just several minutes ago.
--
[Thu Apr 09 00:12:41 JST 2009]GEThttp://
  twitter.com/account/verify_credentials.xml
[Thu Apr 09 00:12:41 JST 2009]Response code: 200
[Thu Apr 09 00:12:41 JST 2009]Response: ?xml version=1.0
encoding=UTF-8?
user
 id6358482/id
 nametwit4j/name
 screen_nametwit4j/screen_name
 locationlocation:0.5515412761891139/location
 description/description
 profile_image_urlhttp://static.twitter.com/images/
default_profile_normal.png/profile_image_url
 url/url
 protectedfalse/protected
 followers_count3/followers_count
 profile_background_color9ae4e8/profile_background_color
 profile_text_color00/profile_text_color
 profile_link_colorff/profile_link_color
 profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color
 profile_sidebar_border_color87bc44/profile_sidebar_border_color
 friends_count2/friends_count
 created_atSun May 27 09:52:09 + 2007/created_at
 favourites_count0/favourites_count
 utc_offset-32400/utc_offset
 time_zoneAlaska/time_zone
 profile_background_image_urlhttp://static.twitter.com/images/
themes/theme1/bg.gif/profile_background_image_url
 profile_background_tilefalse/profile_background_tile
 statuses_count620/statuses_count
 notificationsfalse/notifications
 followingfalse/following
 status
   created_atMon Apr 06 16:34:02 + 2009/created_at
   id1463787270/id
   text4/7:id1/text
   sourcelt;a href=http://yusuke.homeip.net/
twitter4j/gt;Twitter4Jlt;/agt;/source
   truncatedfalse/truncated
   in_reply_to_status_id/in_reply_to_status_id
   in_reply_to_user_id/in_reply_to_user_id
   favoritedfalse/favorited
   in_reply_to_screen_name/in_reply_to_screen_name
 /status
/user
--

Cheers,
Yusuke


[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-08 Thread Doug Williams
I'm working on that now, as well.

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


2009/4/8 Yusuke yus...@mac.com


 Thanks.
 Please also document the official form of the return value of the
 Search API.

 Cheers,
 Yusuke

 On 4月9日, 午前1:35, Doug Williams d...@twitter.com wrote:
  The doc is out of sync. The user object should contain the status
 element.
  I'll get that fixed.
 
  Doug Williams
  Twitter API Supporthttp://twitter.com/dougw
 
  2009/4/8 Yusuke yus...@mac.com
 
 
 
   It is documented that Basic user information element contains status
   element.
   So *Extended* user information element supposed to contain status
   element, too.
   But it's not documented.
 
   I'm developing Twitter4J - a Java wrapper for the API and need to
   ensure that.
 
   Thanks in advance,
   Yusuke
 
   On 4月9日, 午前12:23, Chad Etzel jazzyc...@gmail.com wrote:
Not sure if it is expected or not (or if the doc is out of sync), but
I would say having the last status included w/ the user object is
 very
handy.
-Chad
 
On Wed, Apr 8, 2009 at 11:20 AM, Yusuke yus...@mac.com wrote:
 
 Hi,
 
 According to the REST API Doc, an Extended user information
 element
 doesn't contain a status/ element.
 But actually the API returns a user element with one status
 element.
 Is it a doc bug?
 
 Here is the trace log grabbed just several minutes ago.
 --
 [Thu Apr 09 00:12:41 JST 2009]GEThttp://
   twitter.com/account/verify_credentials.xml
 [Thu Apr 09 00:12:41 JST 2009]Response code: 200
 [Thu Apr 09 00:12:41 JST 2009]Response: ?xml version=1.0
 encoding=UTF-8?
 user
  id6358482/id
  nametwit4j/name
  screen_nametwit4j/screen_name
  locationlocation:0.5515412761891139/location
  description/description
  profile_image_urlhttp://static.twitter.com/images/
 default_profile_normal.png/profile_image_url
  url/url
  protectedfalse/protected
  followers_count3/followers_count
  profile_background_color9ae4e8/profile_background_color
  profile_text_color00/profile_text_color
  profile_link_colorff/profile_link_color
  profile_sidebar_fill_colore0ff92/profile_sidebar_fill_color

  profile_sidebar_border_color87bc44/profile_sidebar_border_color
  friends_count2/friends_count
  created_atSun May 27 09:52:09 + 2007/created_at
  favourites_count0/favourites_count
  utc_offset-32400/utc_offset
  time_zoneAlaska/time_zone
  profile_background_image_urlhttp://static.twitter.com/images/
 themes/theme1/bg.gif/profile_background_image_url
  profile_background_tilefalse/profile_background_tile
  statuses_count620/statuses_count
  notificationsfalse/notifications
  followingfalse/following
  status
created_atMon Apr 06 16:34:02 + 2009/created_at
id1463787270/id
text4/7:id1/text
sourcelt;a href=http://yusuke.homeip.net/
 twitter4j/gt;Twitter4Jlt;/agt;/source
truncatedfalse/truncated
in_reply_to_status_id/in_reply_to_status_id
in_reply_to_user_id/in_reply_to_user_id
favoritedfalse/favorited
in_reply_to_screen_name/in_reply_to_screen_name
  /status
 /user
 --
 
 Cheers,
 Yusuke