Is there a way to get a user's friends?

2008-12-10 Thread Lien Tran
The friends method Returns up to 100 of the authenticating user's friends who have most recently updated, each with current status inline. It's also possible to request another user's recent friends list via the id parameter below. but this method does not provide an easy way to get all my

Re: Is there a way to get a user's friends?

2008-12-10 Thread Alex Payne
You can page through that method to get all of your friends. On Wed, Dec 10, 2008 at 18:02, Lien Tran [EMAIL PROTECTED] wrote: The friends method Returns up to 100 of the authenticating user's friends who have most recently updated, each with current status inline. It's also possible to

Re: Is there a way to get a user's friends?

2008-12-10 Thread Alex Payne
When you no longer get any User objects in the response. On Wed, Dec 10, 2008 at 18:08, Lien Tran [EMAIL PROTECTED] wrote: The problem is that I hit the rate limit error very easily when I do this. How do I know when I got all my friends and when to stop paging? On Dec 10, 6:06 pm, Alex

Re: Is there a way to get a user's friends?

2008-12-10 Thread Waitman Gobble
yeah, it is very easy to page through... the only thing that worried me was when doing a delete operation and not really knowing for sure if the number of friends was correct. i don't think the api returns 'how many friends' (but maybe my memory is faulty) - the thing i was worried about is if