Hi Timmerk, Make sure you're using api.twitter.com as the host for all of your API requests. The proper API is not at twitter.com -- it's at api.twitter.com. Include_rts will not work against twitter.com (and one day you'll find all of your requests rejected.)
Also, please note that proper API routes include a version component. The call you're making should be: http://api.twitter.com/1/statuses/user_timeline.json?screen_name=NuWaveGOV&count=4&include_rts=true Taylor On Mon, Aug 30, 2010 at 10:43 AM, timmerk <[email protected]> wrote: > I'm having the same issue - you can see an example here: > > > http://twitter.com/statuses/user_timeline.json?screen_name=NuWaveGOV&count=4&include_rts=true > > As you can see, there are no retweets included in the JSON. > > Thanks! > > On Aug 25, 2:30 pm, Matt Harris <[email protected]> wrote: > > Hey Hen, > > > > Are you still finding retweets are not showing up for you? > > > > Matt > > > > > > > > > > > > On Sat, Aug 21, 2010 at 7:19 AM, henasraf <[email protected]> wrote: > > > Matt, > > > Any user I show in my app would not show retweets, even if they surely > > > exist. You can see for yourself athttp://wosaic.net/twitguin(still > > > early stages, don't mind it being a bit lame), see any user such as > > > myself athttp://wosaic.net/twitguin/user/henasraf; you may go > > > through pages and see that no retweets ever show; they should be color > > > coded in orange. You can compare tohttp://twitter.com/henasrafto see > > > retweets that should show. > > > > > Thanks, > > > Hen > > > > > On Aug 19, 11:34 pm, Matt Harris <[email protected]> wrote: > > >> Hey, > > > > >> Retweets should be included if they exist in the users timeline when > you > > >> request them. For example if you request 20 Tweets of the timeline and > one > > >> of those last 20 was a retweet - it will be included. If one of the > last 20 > > >> Tweets wasn't a retweet it won't be included, even if include_rts is > true. > > > > >> Does this explain what is happening in your app? > > >> If not could you give an example of a username which shows this > problem. > > > > >> Best, > > >> Matt > > > > >> On Thu, Aug 19, 2010 at 1:24 PM, henasraf <[email protected]> wrote: > > >> > Hey all, I'm using user_timeline to fetch the timeline of a user in > my > > >> > app. Problem is, it doesn't include native Retweets, even though > I've > > >> > set include_rts to true. The docs clearly say it should work, but it > > >> > doesn't. What could be the problem? Thanks in advance :) > > > > >> -- > > > > >> Matt Harris > > >> Developer Advocate, Twitterhttp://twitter.com/themattharris > > > > -- > > > > Matt Harris > > Developer Advocate, Twitterhttp://twitter.com/themattharris- Hide quoted > text - > > > > - Show quoted text - > > -- > 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 > -- 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
