Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-12-02 Thread Matt Harris
Hi, Can you share the full URL you are requesting so I can take a closer look. Thanks. --- @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Dec 2, 2010 at 10:30 AM, dt wrote: > I'm having the same problem. This doesn't make much sense. It also > seems to s

[twitter-dev] Re: User_Timeline - include_rts not working

2010-12-02 Thread dt
I'm having the same problem. This doesn't make much sense. It also seems to still count deleted tweets, which seems like lousy behavior. I assume they do this cut down on query paramters and thus server overload, but it still stinks, especially since there is no user- available programatic way to

[twitter-dev] Re: User_Timeline - include_rts not working

2010-10-06 Thread timrnicholson
Ok, I think I may be closer to understanding what is not working or works in a strange way. The returned data, when retweets are included is of this structure. Each tweet that is a retweet, has the original tweet information underneath it. Tweet Tweet Retweet Tweet That's fine and all, excep

[twitter-dev] Re: User_Timeline - include_rts not working

2010-10-04 Thread timrnicholson
Further note that in testing, if I set the count parameter to 1 to return a single record and page through the friends_timeline, I actually get certain pages that return no data. i.e. I can page through a single tweet at a time and still get some responses that are empty. So the API is clearly firs

Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-10-04 Thread Michał Łowicki
I'm getting the same issue - http://groups.google.com/group/twitter-development-talk/browse_thread/thread/3c13f89ac3c5a945.Still without any solution :( 2010/10/4 timrnicholson > Well, I thought i had this problem solvIed. I am using a library called > twitteroauth and it was stripping off the "

[twitter-dev] Re: User_Timeline - include_rts not working

2010-10-04 Thread timrnicholson
Well, I thought i had this problem solved. I am using a library called twitteroauth and it was stripping off the "&include_rts=true". I finally figured out that include_rts needed to be placed into an arguments array instead of being in the request URL. So once I got the include_rts parm passed to

[twitter-dev] Re: User_Timeline - include_rts not working

2010-09-09 Thread Mike Francisco
timrnicholson wrote: > I'm properly calling api.twitter.com/1/statuses/user_timeline with > include_rts as true and retweets are not being included. The only > stream that I can get to return retweets (because it doesn't even > require the include_rts parameter) is the home_timeline. > > For exam

Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-09-09 Thread Matt Harris
Hey Tim, When I run: curl "http://api.twitter.com/1/statuses/user_timeline/RWW.xml?count=20&page=1&include_rts=true"; I get the expected result of 20 statuses one retweet (from @ConanOBrien). When you make the request are you running it like I am or are you using a library? To answer your q

[twitter-dev] Re: User_Timeline - include_rts not working

2010-09-09 Thread timrnicholson
I'm properly calling api.twitter.com/1/statuses/user_timeline with include_rts as true and retweets are not being included. The only stream that I can get to return retweets (because it doesn't even require the include_rts parameter) is the home_timeline. For example, the following doesn't work: h

[twitter-dev] Re: User_Timeline - include_rts not working

2010-08-30 Thread timmerk
Thanks Taylor! That worked. On Aug 30, 1:50 pm, Taylor Singletary wrote: > 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 d

Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-08-30 Thread Taylor Singletary
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 ro

[twitter-dev] Re: User_Timeline - include_rts not working

2010-08-30 Thread timmerk
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 wrote: > Hey Hen, > > Are you still finding

Re: מענה: Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-08-25 Thread Matt Harris
ill can't see retweets > > > -הודעה מקורית- > מאת: Matt Harris > נשלח:  25/08/2010 8:30:48 pm > נושא:  Re: [twitter-dev] Re: User_Timeline - include_rts not working > > Hey Hen, > > Are you still finding retweets are not showing up for you? > >

Re: [twitter-dev] Re: User_Timeline - include_rts not working

2010-08-25 Thread Matt Harris
Hey Hen, Are you still finding retweets are not showing up for you? Matt On Sat, Aug 21, 2010 at 7:19 AM, henasraf wrote: > Matt, > Any user I show in my app would not show retweets, even if they surely > exist. You can see for yourself at http://wosaic.net/twitguin (still > early stages, don

[twitter-dev] Re: User_Timeline - include_rts not working

2010-08-21 Thread henasraf
Matt, Any user I show in my app would not show retweets, even if they surely exist. You can see for yourself at http://wosaic.net/twitguin (still early stages, don't mind it being a bit lame), see any user such as myself at http://wosaic.net/twitguin/user/henasraf ; you may go through pages and see