[twitter-dev] Re: About statuses/friends_timeline

2009-04-19 Thread Vitus

Ok, Doug, thank you for reply!

On 20 апр, 11:37, Doug Williams  wrote:
> For performance reasons, we cache each status object and construct the
> timeline from these cached objects at request-time. Therefore, complete user
> objects are returned with each status in a timeline.
>
> If you have a project that is bandwidth constrained, you should set up a
> proxy that strips unnecessary fields before forwarding the data to the edge
> device.
>
> Doug Williams
> Twitter API Supporthttp://twitter.com/dougw
>
> On Sat, Apr 18, 2009 at 12:13 PM, Vitus  wrote:
>
> > Hi2all!
>
> > I've found, thathttp://twitter.com/statuses/friends_timeline.xml
> > response with XML document, where info about user is repeated for
> > every status. I think, it's so uneffective by traffic volume reason!
>
> > How can I get friend's statuses without full info about the author?
>
> > Thanks!


[twitter-dev] Re: About statuses/friends_timeline

2009-04-19 Thread Doug Williams
For performance reasons, we cache each status object and construct the
timeline from these cached objects at request-time. Therefore, complete user
objects are returned with each status in a timeline.

If you have a project that is bandwidth constrained, you should set up a
proxy that strips unnecessary fields before forwarding the data to the edge
device.

Doug Williams
Twitter API Support
http://twitter.com/dougw


On Sat, Apr 18, 2009 at 12:13 PM, Vitus  wrote:

>
> Hi2all!
>
> I've found, that http://twitter.com/statuses/friends_timeline.xml
> response with XML document, where info about user is repeated for
> every status. I think, it's so uneffective by traffic volume reason!
>
> How can I get friend's statuses without full info about the author?
>
> Thanks!
>