[twitter-dev] Re: How to get a user's friends?

2009-04-14 Thread Brandon Geiger
Thanks guys. Sorry if repetitive. On Apr 14, 11:02 am, Matt Sanford wrote: > Hi Brandon, > >      You can get the full user objects by paginating the /statuses/ > friends method [1]. The ids method was added for the exact cache usage   > you describe, but only works well if you need to examine a

[twitter-dev] Re: How to get a user's friends?

2009-04-14 Thread Matt Sanford
Hi Brandon, You can get the full user objects by paginating the /statuses/ friends method [1]. The ids method was added for the exact cache usage you describe, but only works well if you need to examine a users network information (things like followers-in-common). The reason we return

[twitter-dev] Re: How to get a user's friends?

2009-04-14 Thread Abraham Williams
there are several threads discussing this if you search the group. There may even be an open issue. On Tue, Apr 14, 2009 at 11:31, Brandon Geiger wrote: > > Right now we are using the method: > > http://twitter.com/friends/ids.json > > to get a user's friends, but it doesn't have the friend's scr