Re: [twitter-dev] Retweets not appearing in status/user_timeline when using JSON output

2010-02-12 Thread Julio Biason
On Fri, Feb 12, 2010 at 2:26 PM, Raffi Krikorian wrote: > from http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline > "Note: For backwards compatibility reasons, retweets are stripped out of the > user_timeline when calling in XML or JSON (they appear with 'RT' in RSS and >

Re: [twitter-dev] Retweets not appearing in status/user_timeline when using JSON output

2010-02-12 Thread Raffi Krikorian
from http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline "Note: For backwards compatibility reasons, retweets are stripped out of the user_timeline when calling in XML or JSON (they appear with 'RT' in RSS and Atom). If you'd like them included, you can merge them in from

[twitter-dev] Retweets not appearing in status/user_timeline when using JSON output

2010-02-11 Thread Christian Joudrey
Hello, I have a bizarre issue with status/user_timeline. When output is set to RSS, retweets appear in the output: i.e. http://twitter.com/statuses/user_timeline/27691615.rss However, if you set the output to JSON, retweets disapear: http://twitter.com/statuses/user_timeline/27691615.json Is