I am trying to get a list of all of the friends of a user which is
fine for 100 friends since that is on the first page. However if the
user has lots of friends I have to do multiple requests and I am
concerned that twitter may block us for doing this.
For instance getting the friends of Robert Scoble requires about 180
requests:
http://twitter.com/statuses/friends/scobleizer.xml
This is manageable the first time, though I still need to re-get this
to look for people who have been added to the list which currently
involves doing all these requests again.
Could I suggest a since parameter that just lists friends that have
been added or their picture or name has been changed since a
particular date. Also I guess there would need also to be a method for
listing friends that have been removed since a particular date.
Also knowing the number of friends or pages in the list in the first
result would aid getting pages in parallel.
--
Richard
friendbinder.com