[twitter-dev] Re: Loose ends for List and Retweet APIs

2010-01-17 Thread Jeffrey
On Dec 18 2009, 6:38 pm, Marcel Molina wrote: > Or conceivably (though arguably janky) there could be an additional > parameter you provide for the user timeline that opts you in to having > retweets appear. e.g. ?include_retweets=true Yes... please add this to the API. It would restore the abi

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-22 Thread hansamann
OK, if there is room for change then I'd hope for a parameter like: ?include_duplicate_retweets=true This would mean that whenever one of my friends retweets a status, I'd still get a new entry into the home/user time line. It would stop me from having to listen to the streaming methods to get al

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-22 Thread hansamann
Hi Marcel, I had once suggested this feature: * add retweet_count to every status representation My issue was by placing retweeted statuses once into the home timeline, my app was no longer able to keep track of retweets over time. I think even having the retweet_count still does not change that

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-22 Thread Tyson Lowery
> >> Or conceivably (though arguably janky) there could be an additional > >> parameter you provide for the user timeline that opts you in to having > >> retweets appear. e.g. ?include_retweets=true Thank you, this is badly needed!!! On Dec 19, 10:21 pm, Cameron Kaiser wrote: > > >> Or conceivab

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-19 Thread Cameron Kaiser
> >> Or conceivably (though arguably janky) there could be an additional > >> parameter you provide for the user timeline that opts you in to having > >> retweets appear. e.g. ?include_retweets=true > > > > Right, exactly. I would adore this. > > What would be the difference between this and home_

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-19 Thread Brendan
While we're on the matter of suggestions, could someone fix the count parameter to statuses/retweets? Currently it won't return more than 20, regardless of what count is. On Dec 18, 2:09 pm, Marcel Molina wrote: > There are some loose ends that need to be tied up in both the List and > Retweet A

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-19 Thread Julio Biason
On Fri, Dec 18, 2009 at 10:27 PM, Cameron Kaiser wrote: >> Or conceivably (though arguably janky) there could be an additional >> parameter you provide for the user timeline that opts you in to having >> retweets appear. e.g. ?include_retweets=true > > Right, exactly. I would adore this. What wou

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Cameron Kaiser
> Or conceivably (though arguably janky) there could be an additional > parameter you provide for the user timeline that opts you in to having > retweets appear. e.g. ?include_retweets=true Right, exactly. I would adore this. -- personal: http://www.cameronka

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Cameron Kaiser
> Retweets of Me (http://apiwiki.twitter.com/Twitter-REST-API-Method%3A- > statuses-retweets_of_me) > * add details about who retweeted your tweets, only needs to be first > retweeter and a count of total number of times retweeted. +1 -- personal: http://www.

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread dean.j.robinson
Retweets of Me (http://apiwiki.twitter.com/Twitter-REST-API-Method%3A- statuses-retweets_of_me) * add details about who retweeted your tweets, only needs to be first retweeter and a count of total number of times retweeted. Lists: * add list details node (eg. same as GET list_id method) to other l

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Marcel Molina
Or conceivably (though arguably janky) there could be an additional parameter you provide for the user timeline that opts you in to having retweets appear. e.g. ?include_retweets=true On Fri, Dec 18, 2009 at 3:08 PM, Cameron Kaiser wrote: > > It would be good to be able to get retweets in a user'

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Cameron Kaiser
> It would be good to be able to get retweets in a user's timeline. If > that is not possible for backwards compatibility reasons, is it > possible to have a function such as retweets_by_user which has similar > semantics to retweets_by_me, except we can specify the user whose > retweets are being

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Brendan
It would be good to be able to get retweets in a user's timeline. If that is not possible for backwards compatibility reasons, is it possible to have a function such as retweets_by_user which has similar semantics to retweets_by_me, except we can specify the user whose retweets are being retrieved