[twitter-dev] Inconsistency between JSON XML for favorited retweets

2011-03-24 Thread Terence Eden
There seems to be an error with the JSON feed when it comes to
retweets.

User Alice favourites a tweet from Bob, and then retweets to to
Charlie.

The JSON feed that Charlie gets marks Bob's tweet as one of Charlies
favourites.  This does not happen in the XML feed.

JSON (snipped)
created_at : Thu Mar 24 15:36:16 + 2011,
favorited : true,
id : 50944022319087616,
id_str : 50944022319087616,
retweet_count : 1,
retweeted : false,
retweeted_status : { contributors : null,
created_at : Thu Mar 24 15:30:23 + 2011,
favorited : true,
id : 50942542786723840,

XML (snipped)
id50944022319087616/id
favoritedfalse/favorited
retweet_count1/retweet_count
retweetedfalse/retweeted
retweeted_status
   id50942542786723840/id
   favoritedfalse/favorited

-- 
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


Re: [twitter-dev] Inconsistency between JSON XML for favorited retweets

2011-03-24 Thread Matt Harris
Hi Terence,

There is a known issue where retweets are being reported as favorites (or
not) when they shouldn't be. The ticket being used to track this is on our
public issue tracker:
http://code.google.com/p/twitter-api/issues/detail?id=2096

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Thu, Mar 24, 2011 at 9:35 AM, Terence Eden terence.e...@gmail.comwrote:

 There seems to be an error with the JSON feed when it comes to
 retweets.

 User Alice favourites a tweet from Bob, and then retweets to to
 Charlie.

 The JSON feed that Charlie gets marks Bob's tweet as one of Charlies
 favourites.  This does not happen in the XML feed.

 JSON (snipped)
created_at : Thu Mar 24 15:36:16 + 2011,
favorited : true,
id : 50944022319087616,
id_str : 50944022319087616,
retweet_count : 1,
retweeted : false,
retweeted_status : { contributors : null,
created_at : Thu Mar 24 15:30:23 + 2011,
favorited : true,
id : 50942542786723840,

 XML (snipped)
 id50944022319087616/id
 favoritedfalse/favorited
 retweet_count1/retweet_count
 retweetedfalse/retweeted
 retweeted_status
   id50942542786723840/id
   favoritedfalse/favorited

 --
 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


-- 
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