Re: [twitter-dev] Accurately accessing favorites

2010-04-28 Thread Taylor Singletary
Hi Chris, There's currently no good way I know of to do this on your own using the API purely without caching and comparisons in your backend. The favorites endpoint returns statuses rather than "favorite objects" with embedded statuses. There's definitely value in loading them the way you intend

[twitter-dev] Accurately accessing favorites

2010-04-28 Thread Chris Lott
What I have in mind is an application that will, once per week, grab the tweets I've "favorited" and archive/post them. Is there any easy logical way to do this? I ask because it appears that the favorites list, when ordered through the API, is returned in the order of the timestamp of the tweets t