Hi,

I'm making a request for a list of people I follow, but the data of
some of them is incomplete when I ask for it in json. for example, for
screen_name Rax_vGs, with json I get this:

{"follow_request_sent":false,
"contributors_enabled":false,
"description":"",
"show_all_inline_media":false,
"geo_enabled":false,
"favourites_count":4,
"profile_link_color":"050505",
"profile_sidebar_border_color":"0f0f0e",
"profile_image_url":"http:\/\/a2.twimg.com\/profile_images\/
1148600046\/RASHEL_normal.jpg",
"id_str":"116634142",
"listed_count":68,
"notifications":false,
"profile_use_background_image":true,
"followers_count":3866,
"location":"Miami",
"screen_name":"Rax_vGs",
"profile_background_color":"0a0a09",
"lang":"es",
"statuses_count":351,
"profile_background_image_url":"http:\/\/s.twimg.com\/a\/1291760612\/
images\/themes\/theme19\/bg.gif",
"url":null,
"friends_count":13,
"protected":false,
"is_translator":false,
"profile_text_color":"ede6ed",
"name":"\u0631\u0627\u0634\u064a\u0644",
"following":false,
"profile_sidebar_fill_color":"080807",
"id":116634142,
"verified":false,
"profile_background_tile":true,
"time_zone":"Mountain Time (US & Canada)",
"utc_offset":-25200,
"created_at":"Tue Feb 23 04:08:46 +0000 2010"}

As you can see, there is no status on it, and if I go to that user's
timeline it has statuses, and recent ones.
On the other side, if I ask the same info but with xml, I get this:

<user>
<id>116634142</id>
<name>راشيل</name>
<screen_name>Rax_vGs</screen_name>
<location>Miami</location>
<description/>
−
<profile_image_url>
http://a2.twimg.com/profile_images/1148600046/RASHEL_normal.jpg
</profile_image_url>
<url/>
<protected>false</protected>
<followers_count>3866</followers_count>
<profile_background_color>0a0a09</profile_background_color>
<profile_text_color>ede6ed</profile_text_color>
<profile_link_color>050505</profile_link_color>
<profile_sidebar_fill_color>080807</profile_sidebar_fill_color>
<profile_sidebar_border_color>0f0f0e</profile_sidebar_border_color>
<friends_count>13</friends_count>
<created_at>Tue Feb 23 04:08:46 +0000 2010</created_at>
<favourites_count>4</favourites_count>
<utc_offset>-25200</utc_offset>
<time_zone>Mountain Time (US & Canada)</time_zone>
−
<profile_background_image_url>
http://s.twimg.com/a/1291760612/images/themes/theme19/bg.gif
</profile_background_image_url>
<profile_background_tile>true</profile_background_tile>
<profile_use_background_image>true</profile_use_background_image>
<notifications>false</notifications>
<geo_enabled>false</geo_enabled>
<verified>false</verified>
<following>false</following>
<statuses_count>351</statuses_count>
<lang>es</lang>
<contributors_enabled>false</contributors_enabled>
<follow_request_sent>false</follow_request_sent>
<listed_count>68</listed_count>
<show_all_inline_media>false</show_all_inline_media>
<is_translator>false</is_translator>
−
<status>
<created_at>Thu Dec 09 06:27:47 +0000 2010</created_at>
<id>12755269830316032</id>
−
<text>
RT @VH1_Chik El erotismo monta mecanismos que sustituyen el amor por
un álgebra de sexos de combinaciones muy conocidas.
</text>
<source>web</source>
<truncated>false</truncated>
<favorited>false</favorited>
<in_reply_to_status_id>12753647519666176</in_reply_to_status_id>
<in_reply_to_user_id>65537737</in_reply_to_user_id>
<in_reply_to_screen_name>Rax_vGi</in_reply_to_screen_name>
<retweet_count>0</retweet_count>
<retweeted>false</retweeted>
<geo/>
<coordinates/>
<place/>
<contributors/>
</status>
</user>

As you can see the whole status data is missing from the json response
while it is complete on the xml response. And I'm using a json api to
retrieve all info for another app. How can I correct this, or why is
it happening? Thanks in advance for an answer or for telling me where
to find it.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to