Hi everyone,

As of this morning (CEST) we started seeing some errors in our logs
due to User objects in status messages representing retweets being in
compact form (id only) e.g.


"""
curl api.twitter.com/1/statuses/show/25002162945.json | jeg -p
{
  "coordinates": null,
  "favorited": false,
  "created_at": "Mon Sep 20 06:01:22 +0000 2010",
  "truncated": false,
  "retweeted_status": {
    "coordinates": null,
    "favorited": false,
    "created_at": "Mon Sep 20 05:55:01 +0000 2010",
    "truncated": false,
    "text": "Is there a more prolific tweeter that the @Scobleizer? #curious",
    "contributors": null,
    "id": 25001856015,
    "retweet_count": null,
    "geo": null,
    "retweeted": false,
    "in_reply_to_user_id": null,
    "user": {
      "id": 15627801
    },
    "place": null,
    "source": "<a href=\"http://www.ubertwitter.com/bb/download.php\";
rel=\"nofollow\">ƜberTwitter</a>",
    "in_reply_to_screen_name": null,
    "in_reply_to_status_id": null
  },
  "text": "RT @TDubb: Is there a more prolific tweeter that the
@Scobleizer? #curious",
  "contributors": null,
  "id": 25002162945,
  "retweet_count": null,
  "geo": null,
  "retweeted": false,
  "in_reply_to_user_id": null,
  "user": {
    "id": 13348
  },
  "place": null,
  "source": "<a href=\"http://twitter.com/\"; rel=\"nofollow\">Twitter
for iPhone</a>",
  "in_reply_to_screen_name": null,
  "in_reply_to_status_id": null
}
"""

Notice that we see this in the home_timeline calls, where all the
other statuses are normally formed containing all the informations.

Is this some change we didn't track properly, or a mess up on twitter's side? :)





-- 
http://cascaad.com

-- 
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?hl=en

Reply via email to